Skip to content

Commit

Permalink
macos: always provide the luajit binary
Browse files Browse the repository at this point in the history
Even when building for the `macos` target, so tests can be run.
  • Loading branch information
benoit-pierre committed Oct 6, 2024
1 parent 75671b0 commit 363d237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.defs
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ endif
# Ensuring Lua/C modules have their own DT_NEEDED entry to the shared LuaJIT library works around this quirk (and is otherwise mostly harmless).
# Saner APIs behave like Linux, and wouldn't require this hack.
USE_LUAJIT_LIB = $(or $(DARWIN),$(ANDROID),$(WIN32))
SKIP_LUAJIT_BIN = $(or $(ANDROID),$(MACOS))
SKIP_LUAJIT_BIN = $(ANDROID)

RCP := cp -R
WGET ?= wget --no-verbose
Expand Down

0 comments on commit 363d237

Please sign in to comment.