diff --git a/scripts/compile_acc.sh b/scripts/compile_acc.sh index 7ebbd4c..a91d244 100755 --- a/scripts/compile_acc.sh +++ b/scripts/compile_acc.sh @@ -30,6 +30,12 @@ do echo "compile_acc.sh -a custom_setup/custom_assembly.sas -p custom_setup/custom_process.sps --header custom_setup/custom_header.h" exit 0 ;; + -I|--include) + shift + ACC_INCLUDE_DIR=${1} + shift + echo "CUSTOM include dir!" + ;; --header) shift ACC_HEADER=${1}