mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-03 11:29:17 +00:00
fix(userspace/libc): interpreter didn't worked at all
This commit is contained in:
@ -15,6 +15,7 @@ if(GIT_COMMIT)
|
||||
endif()
|
||||
|
||||
add_compile_definitions(FENNIX_DYNAMIC_LOADER="1")
|
||||
add_compile_definitions(PROGRAM_VERSION="${PROJECT_VERSION}")
|
||||
|
||||
install(TARGETS ld.so DESTINATION lib)
|
||||
target_compile_options(ld.so PRIVATE -fvisibility=hidden -fPIC)
|
||||
|
Reference in New Issue
Block a user