mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Fix path for binary strip invocation.
This commit is contained in:
parent
1f60f7c1d8
commit
84ba3fa6b1
@ -10,7 +10,7 @@ echo "[post-build] started..."
|
||||
|
||||
if [ "$CMAKE_BUILD_TYPE" = 'Release' ]; then
|
||||
echo "[post-build] BUILD_TYPE=${CMAKE_BUILD_TYPE}, stripping binaries"
|
||||
$CMAKE_CURRENT_SOURCE_DIR/script/strip-nix.sh $DIR
|
||||
$CMAKE_CURRENT_SOURCE_DIR/script/strip-nix.sh $CMAKE_CURRENT_SOURCE_DIR
|
||||
else
|
||||
echo "[post-build] BUILD_TYPE=${CMAKE_BUILD_TYPE}, not stripping"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user