We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97f18c8 commit 47f98c1Copy full SHA for 47f98c1
env-windows.sh
@@ -0,0 +1,7 @@
1
+# Bash script for setting up the environmental variables.
2
+# Before running this, install vcpkg and the required packages (see README.md).
3
+# To setup the environment, source this file.
4
+export VCPKG_ROOT=$(realpath "../vcpkg/")
5
+export RUSTFLAGS='-Ctarget-feature=+crt-static'
6
+export VCPKGRS_TRIPLET='x64-windows-static-release'
7
+export TECTONIC_DEP_BACKEND='vcpkg'
0 commit comments