From aeb599e6a0c88daf017d7d8706bd1d5188ed75d3 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Thu, 20 Oct 2022 23:54:11 +0200 Subject: [PATCH] trying widl (emilio hint) --- linux/Makefile | 4 ++-- linux/assets/mozconfig | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/linux/Makefile b/linux/Makefile index eb98aab..81af849 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -91,10 +91,10 @@ bootstrap : dir winsdk true ) 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 : - 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 diff --git a/linux/assets/mozconfig b/linux/assets/mozconfig index e8c4b0f..3f1ea09 100644 --- a/linux/assets/mozconfig +++ b/linux/assets/mozconfig @@ -15,6 +15,7 @@ export HOST_CC="$MOZBUILD/clang/bin/clang" export HOST_CXX="$MOZBUILD/clang/bin/clang++" export WINE="$MOZBUILD/wine/bin/wine64" +export MIDL=widl ### # TODO : fixme