Browse Source

Remove linking to libamiga and libc

pull/847/head
Cameron Armstrong (Nightfox) 1 year ago
parent
commit
daff6eb746
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt View File

@@ -385,7 +385,7 @@ if (NOT ("${CMAKE_C_COMPILER_FRONTEND_VARIANT}" STREQUAL "MSVC"))


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


Loading…
Cancel
Save