Update CMakeLists.txt

This commit is contained in:
Martin Kroeker 2021-11-30 17:33:52 +01:00 committed by GitHub
parent c21bf68909
commit a140f1801f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ if (${DYNAMIC_ARCH})
add_subdirectory(kernel)
foreach(TARGET_CORE ${DYNAMIC_CORE})
message("${TARGET_CORE}")
if (APPLE)
if (APPLEXXX)
add_library( libtmp${TARGET_CORE} $<TARGET_OBJECTS:kernel_${TARGET_CORE}>)
list(APPEND TARGET_OBJS "libtmp${TARGET_CORE}")
else ()