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
port=nesalizer
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"
depends=SDL2