[BUILD] Fix source file paths
This commit is contained in:
		| @@ -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" }) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user