Ports: Fix building the nesalizer port when SDL2 isn't installed on the host
This commit is contained in:
parent
468be9292e
commit
6f514b6803
Notes:
sideshowbarker
2024-07-18 20:33:08 +09:00
Author: https://github.com/gunnarbeutner Commit: https://github.com/SerenityOS/serenity/commit/6f514b6803f Pull-request: https://github.com/SerenityOS/serenity/pull/6233
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue