Skip to content

Commit b249d96

Browse files
make links even more minimal
1 parent e57d388 commit b249d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ else ifeq ($(detected_OS),Linux)
190190
else ifeq ($(detected_OS),windows)
191191
$(CC) $(CFLAGS) $(WARNINGS) -I. $< -lkernel32 -lgdi32 -lshell32 -lUser32 -nostdlib -o $@$(EXT)
192192
else ifeq ($(detected_OS),Darwin)
193-
$(CC) $(CFLAGS) -fno-stack-protector $(WARNINGS) -I. $< -framework Foundation -framework AppKit -framework CoreServices -o $@$(EXT)
193+
$(CC) $(CFLAGS) -fno-stack-protector $(WARNINGS) -I. $< -framework Cocoa -o $@$(EXT)
194194
else
195195
@echo nostl is not supported on this platform
196196
endif

0 commit comments

Comments
 (0)