Skip to content

Commit d5b7f74

Browse files
committed
feat: added CoreCompilerSupportLibs
1 parent 2808338 commit d5b7f74

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ CoreCompiler.framework/CoreCompiler: swift-toolchain
7878
-rm -rf CoreCompiler.framework/Headers
7979
mkdir -p CoreCompiler.framework/Headers
8080
cp Source/CoreCompiler/*.h CoreCompiler.framework/Headers/
81+
mkdir CoreCompilerSupportLibs
82+
cp $(SWIFT_HOST_COMPILER_DYLIBS) CoreCompilerSupportLibs/
8183

8284
# Cleanup
8385
clean-artifacts:

0 commit comments

Comments
 (0)