fixed include flag in build script
This commit is contained in:
parent
6907ba160e
commit
35f8e6690c
2
build.sh
2
build.sh
@ -52,7 +52,6 @@ if [[ "$1" == "test" ]]; then ########## TEST ##########
|
||||
echo "Output generated as '$testOutput'"
|
||||
###
|
||||
elif [[ "$1" == "install" ]]; then ########## INSTALL ##########
|
||||
if [[ "$2" == "include" ]]; then
|
||||
###
|
||||
echo "Installing header files..."
|
||||
###
|
||||
@ -64,6 +63,7 @@ elif [[ "$1" == "install" ]]; then ########## INSTALL ##########
|
||||
|
||||
cp $includeFiles $includeDirectory
|
||||
|
||||
if [[ "$2" == "include" ]]; then
|
||||
exit
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user