fix
This commit is contained in:
parent
b559143f67
commit
8b9cde7cb6
1 changed files with 8 additions and 0 deletions
|
|
@ -3,6 +3,14 @@
|
||||||
export MOZBUILD=$HOME/.mozbuild
|
export MOZBUILD=$HOME/.mozbuild
|
||||||
ac_add_options --target=x86_64-pc-mingw32
|
ac_add_options --target=x86_64-pc-mingw32
|
||||||
export WINSYSROOT="$MOZBUILD/win-cross/vs"
|
export WINSYSROOT="$MOZBUILD/win-cross/vs"
|
||||||
|
# export CC="$MOZBUILD/clang/bin/clang-cl"
|
||||||
|
# export CXX="$MOZBUILD/clang/bin/clang-cl"
|
||||||
|
# export HOST_CC="$MOZBUILD/clang/bin/clang"
|
||||||
|
# export HOST_CXX="$MOZBUILD/clang/bin/clang++"
|
||||||
|
|
||||||
|
# export WINE="$MOZBUILD/wine/bin/wine64"
|
||||||
|
export MIDL="$MOZBUILD/wine/bin/widl"
|
||||||
|
|
||||||
#export MIDL=midl
|
#export MIDL=midl
|
||||||
#export MIDL=widl
|
#export MIDL=widl
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue