mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 15:34:31 +00:00
build(userspace/libc): correctly detect linux in cmake
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
parent
e89e984ccb
commit
76b3d30db9
@ -120,7 +120,7 @@ install(DIRECTORY ${ABIS_PATH}/
|
|||||||
FILES_MATCHING
|
FILES_MATCHING
|
||||||
PATTERN "*")
|
PATTERN "*")
|
||||||
|
|
||||||
if("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux")
|
if(TARGET_OS STREQUAL "Linux")
|
||||||
install(CODE "execute_process(
|
install(CODE "execute_process(
|
||||||
COMMAND ${CMAKE_COMMAND} -E create_symlink
|
COMMAND ${CMAKE_COMMAND} -E create_symlink
|
||||||
/lib/ld.so
|
/lib/ld.so
|
||||||
|
Loading…
x
Reference in New Issue
Block a user