added lib sub-flag
This commit is contained in:
parent
da03b85b9c
commit
4be38d930d
2
build.sh
2
build.sh
@ -46,6 +46,7 @@ if [[ "$1" == "test" ]]; then ########## TEST ##########
|
||||
echo "Output generated as '$output'"
|
||||
###
|
||||
elif [[ "$1" == "install" ]]; then ########## INSTALL ##########
|
||||
if [[ "$2" != "lib" ]]; then
|
||||
###
|
||||
echo "Installing header files..."
|
||||
###
|
||||
@ -56,6 +57,7 @@ elif [[ "$1" == "install" ]]; then ########## INSTALL ##########
|
||||
fi
|
||||
|
||||
cp $includeFiles $includeDirectory
|
||||
fi
|
||||
|
||||
###
|
||||
echo "Using '$compiler' as default compiler."
|
||||
|
Loading…
x
Reference in New Issue
Block a user