mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:47:35 +00:00
Ports: Fix building the nesalizer port when SDL2 isn't installed on the host
This commit is contained in:
parent
468be9292e
commit
6f514b6803
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue