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:
parent
1fa66c1f32
commit
ac8ada553c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue