mirror of
https://github.com/darlinghq/darling-libcxx.git
synced 2024-11-23 03:49:42 +00:00
Build All Sources For CXX Static Library
I couldn't find an explantion for why we only build "stdexcept.cpp" instead of all of the libcxx source code...
This commit is contained in:
parent
5243669cee
commit
30a76a2c85
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user