diff --git a/CMakeLists.txt b/CMakeLists.txt index 5789e7d19..c15f77a7c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -70,6 +70,6 @@ install(TARGETS cxx DESTINATION libexec/darling/usr/lib) InstallSymlink("libc++.1.dylib" "${CMAKE_INSTALL_PREFIX}/libexec/darling/usr/lib/libc++.dylib") # For dyld only -add_darling_static_library(cxx_static SOURCES src/stdexcept.cpp) +add_darling_static_library(cxx_static SOURCES ${cxx_sources}) make_fat(cxx_static)