Fixed the checks' include path to the utilities in the build.bash
This commit is contained in:
parent
2cbcfdd336
commit
5f58433f02
|
@ -14,7 +14,7 @@ function build_checks() {
|
|||
fi
|
||||
|
||||
cd $check_folder
|
||||
gcc src/*.c $INVOCATION_PATH/.build/libparcel.a -o check.elf -I $INVOCATION_PATH/core-parser/inc/
|
||||
gcc src/*.c $INVOCATION_PATH/.build/libparcel.a -o check.elf -I $INVOCATION_PATH/core-parser/inc/ -I $INVOCATION_PATH/utility/exports/
|
||||
cd ..
|
||||
done
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue