Skip to content

Commit

Permalink
Enable symlink on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed Apr 25, 2024
1 parent 5df879e commit 58a4501
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ ndk() {
rm -rf mingw.7z mingw64
curl -o mingw.7z -OL "$MINGW_URL"
7z x mingw.7z
rm -rf mingw64/etc mingw64/opt mingw64/share mingw64/build-info.txt
cp -af mingw64/. ndk/toolchains/rust/.
}

Expand Down
1 change: 1 addition & 0 deletions config-windows.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ version-suffix = ""
LLVM_VERSION_SUFFIX = ""
LLVM_ENABLE_ZSTD = "FORCE_ON"
LLVM_USE_STATIC_ZSTD = "TRUE"
LLVM_USE_SYMLINKS = "TRUE"

[build]
docs = false
Expand Down

0 comments on commit 58a4501

Please sign in to comment.