Skip to content

Commit daff6eb

Browse files
committed
Remove linking to libamiga and libc
1 parent 254b5ab commit daff6eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ if (NOT ("${CMAKE_C_COMPILER_FRONTEND_VARIANT}" STREQUAL "MSVC"))
385385

386386
# OSX Mach-O doesn't support linking with '-Bsymbolic-functions'.
387387
# Others may not support it, too.
388-
list(APPEND CMAKE_REQUIRED_LIBRARIES "-Wl,-Bsymbolic-functions,-lamiga,-lc")
388+
list(APPEND CMAKE_REQUIRED_LIBRARIES "-Wl,-Bsymbolic-functions")
389389
check_c_source_compiles(
390390
"
391391
int main (void)

0 commit comments

Comments
 (0)