Skip to content

Commit

Permalink
Merge d2ae74a into 78d1764
Browse files Browse the repository at this point in the history
  • Loading branch information
xvxx committed Sep 2, 2020
2 parents 78d1764 + d2ae74a commit e972676
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 @@ -35,7 +35,7 @@ else ifeq ($(SYS), Windows)
EXE=nelua-lua.exe
else ifeq ($(SYS), Darwin)
CC=clang
LDFLAGS=
LDFLAGS=-rdynamic
DEFS+=-DLUA_USE_MACOSX
else # probably POSIX
CC=cc
Expand Down

0 comments on commit e972676

Please sign in to comment.