1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 10:57:35 +00:00

Ports: Fix building the nesalizer port when SDL2 isn't installed on the host

This commit is contained in:
Gunnar Beutner 2021-04-11 04:05:49 +02:00 committed by Andreas Kling
parent 468be9292e
commit 6f514b6803

View file

@ -1,6 +1,6 @@
#!/usr/bin/env -S bash ../.port_include.sh #!/usr/bin/env -S bash ../.port_include.sh
port=nesalizer port=nesalizer
version=master version=master
makeopts="CONF=release" makeopts="CONF=release EXTRA=-I${SERENITY_ROOT}/Build/i686/Root/usr/include/SDL2"
files="https://github.com/SerenityOS/nesalizer/archive/master.zip nesalizer-master.zip" files="https://github.com/SerenityOS/nesalizer/archive/master.zip nesalizer-master.zip"
depends=SDL2 depends=SDL2