diff options
author | Linus Groh <mail@linusgroh.de> | 2021-03-11 19:50:44 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-03-11 21:01:29 +0100 |
commit | f318ab6bed4603a18198b36da682b6fd36a68f91 (patch) | |
tree | 8e602fa2cc198f8a457c8fcf2c20f61ad63eebc9 /Ports/frotz | |
parent | f45e16a6a219e50124c57d031bd7738717c956af (diff) | |
download | serenity-f318ab6bed4603a18198b36da682b6fd36a68f91.zip |
Ports: Replace hardcoded Build/ paths with SERENITY_BUILD_DIR
Fixes #5710.
Diffstat (limited to 'Ports/frotz')
-rwxr-xr-x | Ports/frotz/package.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Ports/frotz/package.sh b/Ports/frotz/package.sh index 250bbc66a4..630bcb50b9 100755 --- a/Ports/frotz/package.sh +++ b/Ports/frotz/package.sh @@ -7,8 +7,6 @@ depends="ncurses" build() { run make \ - AR=i686-pc-serenity-ar \ - RANLIB=i686-pc-serenity-ranlib \ PKG_CONFIG_CURSES=no \ CURSES_CFLAGS="-I${SERENITY_ROOT}/Build/Root/usr/local/include/ncurses" \ CURSES_LDFLAGS="-lncurses -ltinfo" \ |