Skip to content
This repository was archived by the owner on Mar 12, 2022. It is now read-only.

Commit c59bb37

Browse files
committed
LuaSkin now requires module support
1 parent 52a2bbc commit c59bb37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ALLFILES += $(SOFILE)
2525
#CC=cc
2626
CC=clang
2727
EXTRA_CFLAGS ?= -Wconversion -Wdeprecated -F$(HS_APPLICATION)/Hammerspoon.app/Contents/Frameworks
28-
CFLAGS += $(DEBUG_CFLAGS) -fobjc-arc -DHS_EXTERNAL_MODULE -Wall -Wextra $(EXTRA_CFLAGS)
28+
CFLAGS += $(DEBUG_CFLAGS) -fmodules -fobjc-arc -DHS_EXTERNAL_MODULE -Wall -Wextra $(EXTRA_CFLAGS)
2929
LDFLAGS += -dynamiclib -undefined dynamic_lookup $(EXTRA_LDFLAGS)
3030

3131
DOC_SOURCES = $(LUAFILE) $(OBJCFILE)

0 commit comments

Comments
 (0)