diff options
| author | Ray <raysan5@gmail.com> | 2019-05-17 17:38:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-17 17:38:46 +0200 |
| commit | 0ec46e8976f48617fe39bc10a44ff7313d6b27ea (patch) | |
| tree | cf20bc4ff4240ae204937154cdbaf5ddb7e1335a /src | |
| parent | 970f1e8ff15424ca2d96d89bf2871f0246835e9b (diff) | |
| parent | 97160fd970dec330703a1579b8659942ca04b441 (diff) | |
| download | raylib-0ec46e8976f48617fe39bc10a44ff7313d6b27ea.tar.gz raylib-0ec46e8976f48617fe39bc10a44ff7313d6b27ea.zip | |
Merge pull request #841 from iskolbin/master
[build] fixed GLFW compiler flag for OSX
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 379b5635..d4197609 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 = -x objective-c + GLFW_CFLAGS = -ObjC endif ifeq ($(PLATFORM_OS),BSD) # FreeBSD, OpenBSD, NetBSD, DragonFly default compiler |
