Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley authored Jan 8, 2024
1 parent 5c5790f commit 3bb2789
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 @@ -12,7 +12,7 @@ ifeq ($(detected_OS),Windows)
EXT = dll
endif
ifeq ($(detected_OS),Darwin) # Mac OS X
LIBS := -framework Foundation -framework AppKit -framework OpenGL -framework CoreVideo
LIBS := -framework Foundation -framework AppKit -framework OpenGL -framework CoreVideo -w
EXT = dylib
endif
ifeq ($(detected_OS),Linux)
Expand Down

0 comments on commit 3bb2789

Please sign in to comment.