Skip to content

Commit

Permalink
games/taisei: drop unused Meson options after b5aa1e8
Browse files Browse the repository at this point in the history
meson.build:1:0: ERROR: Unknown options: "OPENSSLINC"

PR:		259080
Reported by:	antoine (via exp-run)
Regressed by:	mesonbuild/meson@dbf2ace6ca1c
  • Loading branch information
jbeich committed Nov 3, 2021
1 parent 5e91225 commit 0e99e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion games/taisei/Makefile
Expand Up @@ -27,7 +27,7 @@ USES= compiler:c11 desktop-file-utils meson pkgconfig \
SHEBANG_FILES= scripts/*.py
MESON_ARGS= -Dversion_fallback=${PORTVERSION} -Db_lto=false
MESON_ARGS+= --wrap-mode=nofallback
MESON_ARGS+= -DOPENSSLLIB="${OPENSSLLIB}" -DOPENSSLINC="${OPENSSLINC}"
MESON_ARGS+= -DOPENSSLLIB="${OPENSSLLIB}"
USE_SDL= sdl2 ttf2 mixer2

PORTDOCS= *
Expand Down

0 comments on commit 0e99e1d

Please sign in to comment.