File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Sources/_TestingInternals Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ if(NOT BUILD_SHARED_LIBS)
2222 # When building a static library, install the internal library archive
2323 # alongside the main library. In shared library builds, the internal library
2424 # is linked into the main library and does not need to be installed separately.
25- get_swift_install_lib_dir (STATIC_LIBRARY lib_destination_dir)
25+ get_swift_testing_install_lib_dir (STATIC_LIBRARY lib_destination_dir)
2626 install (TARGETS _TestingInternals
2727 ARCHIVE DESTINATION ${lib_destination_dir} )
2828endif ()
Original file line number Diff line number Diff line change 5858#include <sys/fcntl.h>
5959#endif
6060
61- #if __has_include (< sys /resource .h > )
61+ #if __has_include (< sys /resource .h > ) && !defined( __wasi__ )
6262#include <sys/resource.h>
6363#endif
6464
You can’t perform that action at this time.
0 commit comments