Command modify
This commit is contained in:
@@ -1,6 +1,15 @@
|
||||
|
||||
BUILD_DIR=build/linux
|
||||
uname_s=$(uname -s)
|
||||
dir_name="linux"
|
||||
if [ "$uname_s" == "Darwin" ];then
|
||||
echo "MacOS"
|
||||
# shellcheck disable=SC2034
|
||||
dir_name="darwin"
|
||||
fi
|
||||
|
||||
BUILD_DIR=build/${dir_name}
|
||||
mkdir -p ${BUILD_DIR}
|
||||
# shellcheck disable=SC2164
|
||||
cd ${BUILD_DIR}
|
||||
|
||||
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARE=ON -DBUILD_SAMPLES=OFF -DBUILD_TEST=OFF ../..
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
|
||||
Reference in New Issue
Block a user