trying widl (emilio hint)
This commit is contained in:
parent
adce09fbe2
commit
aeb599e6a0
2 changed files with 3 additions and 2 deletions
|
|
@ -91,10 +91,10 @@ bootstrap : dir winsdk
|
||||||
true )
|
true )
|
||||||
|
|
||||||
setup-debian :
|
setup-debian :
|
||||||
apt-get -y install mercurial python3 python3-dev python3-pip curl wget dpkg-sig msitools p7zip-full upx-ucl libssl-dev zstd wine
|
apt-get -y install mercurial python3 python3-dev python3-pip curl wget dpkg-sig msitools p7zip-full upx-ucl libssl-dev zstd wine64-tools
|
||||||
|
|
||||||
setup-fedora :
|
setup-fedora :
|
||||||
dnf -y install python3 curl wget zstd python3-devel python3-pip mercurial msitools p7zip upx openssl-devel wine
|
dnf -y install python3 curl wget zstd python3-devel python3-pip mercurial msitools p7zip upx openssl-devel wine wine-devel
|
||||||
|
|
||||||
#
|
#
|
||||||
# Build the artifacts in a seperate Makefile
|
# Build the artifacts in a seperate Makefile
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,7 @@ export HOST_CC="$MOZBUILD/clang/bin/clang"
|
||||||
export HOST_CXX="$MOZBUILD/clang/bin/clang++"
|
export HOST_CXX="$MOZBUILD/clang/bin/clang++"
|
||||||
|
|
||||||
export WINE="$MOZBUILD/wine/bin/wine64"
|
export WINE="$MOZBUILD/wine/bin/wine64"
|
||||||
|
export MIDL=widl
|
||||||
|
|
||||||
###
|
###
|
||||||
# TODO : fixme
|
# TODO : fixme
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue