Skip to content

Commit

Permalink
Fixed OS X target flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Dec 5, 2015
1 parent 2f3c156 commit 1af8767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ LDFLAGS += `pkg-config libpng --libs || pkg-config libpng16 --libs` -lm -lz $(LD
ifdef USE_COCOA
COCOASRC = $(SRC)rwpng_cocoa.m
CC=clang
CFLAGS += -DUSE_COCOA=1
CFLAGS += -mmacosx-version-min=10.7 -DUSE_COCOA=1
LDFLAGS += -mmacosx-version-min=10.7 -framework Cocoa -framework Accelerate
endif

Expand Down

0 comments on commit 1af8767

Please sign in to comment.