mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-21 21:53:03 +01:00
Fix syntax error in static build script
This commit is contained in:
parent
69e4ed452d
commit
6cdd01da25
@ -157,7 +157,7 @@ CMP_FILENAME="cmp-$CMP_VERSION.tar.gz"
|
||||
wget --timeout=10 -O "$CMP_FILENAME" "https://github.com/TokTok/cmp/archive/$CMP_VERSION.tar.gz"
|
||||
tar -o -xf "$CMP_FILENAME"
|
||||
|
||||
mv cmp\-*/* "cmp/"
|
||||
mv cmp-*/* 'cmp/'
|
||||
cd ..
|
||||
|
||||
cmake -B_build -H. \
|
||||
|
Loading…
Reference in New Issue
Block a user