Added bootstrap message parsing
This commit is contained in:
@@ -85,7 +85,7 @@ add_framework(photon STATIC SHARED
|
||||
HEADERS ${CMAKE_CURRENT_BINARY_DIR}/sysroot/usr/include/*)
|
||||
|
||||
bundle_compile_options(photon PRIVATE -ffreestanding -nostdlib -fPIC -fPIE)
|
||||
bundle_link_libraries(photon ${photon_platform_libs} -ffreestanding)
|
||||
bundle_link_libraries(photon ${photon_platform_libs} -ffreestanding -nostdlib)
|
||||
bundle_link_frameworks(photon ${photon_platform_frameworks})
|
||||
|
||||
bundle_include_directories(photon PRIVATE
|
||||
|
||||
Reference in New Issue
Block a user