Skip to content

Commit

Permalink
set LUA_USE_MACOSX on macos (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
xvxx committed Sep 1, 2020
1 parent fe0bfb9 commit ca1a114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ else ifeq ($(SYS), Windows)
else ifeq ($(SYS), Darwin)
CC=clang
LDFLAGS=
DEFS+=-DLUA_USE_POSIX
DEFS+=-DLUA_USE_MACOSX
else # probably POSIX
CC=cc
LDFLAGS+=-Wl,-E
Expand Down

0 comments on commit ca1a114

Please sign in to comment.