From bd307e9d86b74cfa864f6feb147f7fc321f2d22f Mon Sep 17 00:00:00 2001 From: Marko Semet Date: Tue, 14 Jul 2020 02:14:56 +0200 Subject: [PATCH] Remove load from make --- Platform-v2.0/WineApp/WineApp.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Platform-v2.0/WineApp/WineApp.yaml b/Platform-v2.0/WineApp/WineApp.yaml index 7b2ddff..1e07942 100644 --- a/Platform-v2.0/WineApp/WineApp.yaml +++ b/Platform-v2.0/WineApp/WineApp.yaml @@ -48,6 +48,8 @@ modules: - --with-x - --without-mingw - CROSSCC=ccache x86_64-w64-mingw32-gcc + make-args: + - -l builddir: true build-options: ldflags-override: true @@ -90,6 +92,8 @@ modules: - --with-x - --without-mingw - CROSSCC=ccache i686-w64-mingw32-gcc + make-args: + - -l builddir: true build-options: ldflags-override: true