[BUILD] Fix source file paths
This commit is contained in:
parent
ccb62c05f5
commit
a6aa028e5c
@ -49,7 +49,7 @@ project("BOOTMGR")
|
||||
libdirs({ "BUILD/SDK" })
|
||||
objdir("BUILD/BOOT")
|
||||
targetdir("BUILD/BOOT")
|
||||
files({ "BOOT/ENVIRON/INC/**.h", "BOOT/ENVIRON/**.c" })
|
||||
files({ "BOOT/ENVIRON/INC/**.h", "BOOT/ENVIRON/LIB/**.c", "BOOT/ENVIRON/APP/BOOTMGR/**.c" })
|
||||
|
||||
filter("toolset:clang")
|
||||
buildoptions({ "-fshort-wchar", "-fno-strict-aliasing", "-fno-stack-protector", "-fno-stack-check", "-mno-red-zone" })
|
||||
|
Loading…
x
Reference in New Issue
Block a user