From cc8476a80d88652561ae8a7f2e092301ebf41d65 Mon Sep 17 00:00:00 2001 From: Marko Semet Date: Fri, 10 Jul 2020 17:57:47 +0200 Subject: [PATCH] Fix ldflags in wineapp. --- Platform-v2.0/WineApp/WineApp.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Platform-v2.0/WineApp/WineApp.yaml b/Platform-v2.0/WineApp/WineApp.yaml index dc4a448..7b2ddff 100644 --- a/Platform-v2.0/WineApp/WineApp.yaml +++ b/Platform-v2.0/WineApp/WineApp.yaml @@ -11,8 +11,7 @@ build-options: - SOURCE_DATE_EPOCH=1 - FLATPAK_BUILDER_N_JOBS=1 - HOME=/tmp - ldflags: - - --build-id=none + ldflags: --build-id=none modules: - name: test-arch