diff options
author | Sergey Bugaev <bugaevc@serenityos.org> | 2020-05-06 18:40:06 +0300 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-05-14 20:15:18 +0200 |
commit | 450a2a0f9ce2443bc06445ee018c9860d8cd5fc8 (patch) | |
tree | c124a612ef259b764855af5e33c39e0d09ad4df2 /Ports/frotz | |
parent | 49727ffee424d8c0038ce18b91b0bf0ff33b1a4d (diff) | |
download | serenity-450a2a0f9ce2443bc06445ee018c9860d8cd5fc8.zip |
Build: Switch to CMake :^)
Closes https://github.com/SerenityOS/serenity/issues/2080
Diffstat (limited to 'Ports/frotz')
-rwxr-xr-x | Ports/frotz/package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ports/frotz/package.sh b/Ports/frotz/package.sh index e4010f79c0..16b55b737c 100755 --- a/Ports/frotz/package.sh +++ b/Ports/frotz/package.sh @@ -10,7 +10,7 @@ build() { AR=i686-pc-serenity-ar \ RANLIB=i686-pc-serenity-ranlib \ PKG_CONFIG_CURSES=no \ - CURSES_CFLAGS="-I${SERENITY_ROOT}/Root/usr/local/include/ncurses" \ + CURSES_CFLAGS="-I${SERENITY_ROOT}/Build/Root/usr/local/include/ncurses" \ CURSES_LDFLAGS="-lncurses -ltinfo" \ CURSES=ncurses \ USE_UTF8=no \ |