fixed include flag in build script

This commit is contained in:
Václav Šmejkal 2022-05-06 17:55:11 +02:00
parent 6907ba160e
commit 35f8e6690c

View File

@ -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