forked from M-Labs/nac3
windows: make LLVM accessible to nac3artiq
This commit is contained in:
parent
1887a337ff
commit
9e0b5187dd
|
@ -84,7 +84,7 @@ in rec {
|
||||||
''
|
''
|
||||||
export HOME=`mktemp -d`
|
export HOME=`mktemp -d`
|
||||||
export WINEDEBUG=-all
|
export WINEDEBUG=-all
|
||||||
export WINEPATH=Z:${msys2-env}/mingw64/bin
|
export WINEPATH=Z:${msys2-env}/mingw64/bin\;Z:${llvm-nac3}/bin
|
||||||
${silenceFontconfig}
|
${silenceFontconfig}
|
||||||
export PYO3_CONFIG_FILE=Z:${pyo3-mingw-config}
|
export PYO3_CONFIG_FILE=Z:${pyo3-mingw-config}
|
||||||
wine64 cargo build --release -p nac3artiq
|
wine64 cargo build --release -p nac3artiq
|
||||||
|
|
Loading…
Reference in New Issue