From ac8ada553c99a476c08f04550d727222e78e9c90 Mon Sep 17 00:00:00 2001 From: Zach Bacon Date: Sat, 28 Dec 2019 22:24:32 -0500 Subject: [PATCH] Stupid that I am I forgot to add nasm to the build routine, this should resolve the build issues for snapcrafts build service. --- snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 1be12e38..47115530 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -55,7 +55,6 @@ parts: sed -i.bak -e 's|Icon=visualboyadvance-m|Icon=/usr/share/icons/hicolor/scalable/apps/visualboyadvance-m.svg|g' src/wx/visualboyadvance-m.desktop plugin: cmake stage-packages: - - git - libsdl2-2.0-0 - libsfml-network2.4 - libsfml-system2.4 @@ -76,6 +75,7 @@ parts: - gcc - make - cmake + - nasm - pkg-config - git - zip