using mozilla widl
This commit is contained in:
parent
2fee2fff19
commit
1eae334021
1 changed files with 3 additions and 1 deletions
|
|
@ -15,7 +15,9 @@ export HOST_CC="$MOZBUILD/clang/bin/clang"
|
|||
export HOST_CXX="$MOZBUILD/clang/bin/clang++"
|
||||
|
||||
export WINE="$MOZBUILD/wine/bin/wine64"
|
||||
export MIDL=widl
|
||||
export MIDL="$MOZBUILD/wine/bin/widl"
|
||||
#export MIDL=midl
|
||||
#export MIDL=widl
|
||||
|
||||
###
|
||||
# TODO : fixme
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue