]> Kevux Git Server - fll/commit
Bugfix: Stand alone build is pulling headers from system.
authorKevin Day <thekevinday@gmail.com>
Sun, 7 Aug 2022 02:00:58 +0000 (21:00 -0500)
committerKevin Day <thekevinday@gmail.com>
Sun, 7 Aug 2022 02:00:58 +0000 (21:00 -0500)
commit7fd091762b25f5fd7c8cca0fdbe0cac173e723be
tree5d11b7f748f10f2c2e33ced352c782c6e82b0deb
parent9372df5ba565620290725e238e5eaf7827d9ba0c
Bugfix: Stand alone build is pulling headers from system.

The projects headers should be pulled rather than system headers.

Restructure the stand alone package structure to match the installed headers structure.
This allows for leveraging the pre-compilers ability to locate the files.
Pass '-I sources/c' to the flags to properly locate the local headers rather than the system headers.
build/scripts/package.sh
build/stand_alone/fake.settings