Stupid that I am

I forgot to add nasm to the build routine, this should resolve the build issues for snapcrafts build service.
This commit is contained in:
Zach Bacon 2019-12-28 22:24:32 -05:00
parent 1fa66c1f32
commit ac8ada553c
No known key found for this signature in database
GPG Key ID: 0F1C8FECF5BCF671
1 changed files with 1 additions and 1 deletions

View File

@ -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 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 plugin: cmake
stage-packages: stage-packages:
- git
- libsdl2-2.0-0 - libsdl2-2.0-0
- libsfml-network2.4 - libsfml-network2.4
- libsfml-system2.4 - libsfml-system2.4
@ -76,6 +75,7 @@ parts:
- gcc - gcc
- make - make
- cmake - cmake
- nasm
- pkg-config - pkg-config
- git - git
- zip - zip