1 parent 2808338 commit d5b7f74Copy full SHA for d5b7f74
1 file changed
Makefile
@@ -78,6 +78,8 @@ CoreCompiler.framework/CoreCompiler: swift-toolchain
78
-rm -rf CoreCompiler.framework/Headers
79
mkdir -p CoreCompiler.framework/Headers
80
cp Source/CoreCompiler/*.h CoreCompiler.framework/Headers/
81
+ mkdir CoreCompilerSupportLibs
82
+ cp $(SWIFT_HOST_COMPILER_DYLIBS) CoreCompilerSupportLibs/
83
84
# Cleanup
85
clean-artifacts:
0 commit comments