Skip to content

Commit

Permalink
Cleanup host libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
andriydruk committed Dec 23, 2024
1 parent e7e281c commit 9d8188b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build/Linux/052-build-corelibs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,12 @@ rsync -av $libxml_libs/lib/libxml2.* $dst_libs
cp -r $openssl_libs/include/openssl $swift_include
cp -r $curl_libs/include/curl $swift_include
cp -r $libxml_libs/include/libxml2/libxml $swift_include

# Create simlink to unicode
pushd $HOME/swift-toolchain/usr/lib/swift
ln -s _foundation_unicode unicode
popd

# Cleanup host libraries
rm -rf $HOME/swift-toolchain/usr/lib/swift/host
rm -rf $HOME/swift-toolchain/usr/lib/swift/linux

0 comments on commit 9d8188b

Please sign in to comment.