]> Kevux Git Server - fll/commit
Bugfix: Stand alone build is pulling headers from system.
authorKevin Day <thekevinday@gmail.com>
Sun, 7 Aug 2022 01:53:18 +0000 (20:53 -0500)
committerKevin Day <thekevinday@gmail.com>
Sun, 7 Aug 2022 01:53:18 +0000 (20:53 -0500)
commit22a911b83827d66ace1a8554392923c0e9860808
treee6b998e7606f5ee0ea9103ce43948610dbfbffa9
parent27c7175d02f1199b8a31c675218ccef7c332bf88
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