aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorAhmad Fatoum <ahmad@a3f.at>2019-05-17 20:19:47 +0200
committerAhmad Fatoum <ahmad@a3f.at>2019-05-17 20:27:42 +0200
commite1ecebfff91bec7621ca180cd92f7a2789e47ee0 (patch)
treeaf7f6cdc7c86c600ac2577afa0c5c11b65a77492 /src/Makefile
parent245cf2400e3f215b998d4e1f2ae1f9afefa0eb08 (diff)
downloadraylib-e1ecebfff91bec7621ca180cd92f7a2789e47ee0.tar.gz
raylib-e1ecebfff91bec7621ca180cd92f7a2789e47ee0.zip
Revert "fixed GLFW compiler flag for OSX"
This reverts #841 commit 97160fd970dec330703a1579b8659942ca04b441.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index d4197609..379b5635 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -221,7 +221,7 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
ifeq ($(PLATFORM_OS),OSX)
# OSX default compiler
CC = clang
- GLFW_CFLAGS = -ObjC
+ GLFW_CFLAGS = -x objective-c
endif
ifeq ($(PLATFORM_OS),BSD)
# FreeBSD, OpenBSD, NetBSD, DragonFly default compiler