diff options
| author | raysan5 <raysan5@gmail.com> | 2019-11-24 13:43:48 +0100 |
|---|---|---|
| committer | raysan5 <raysan5@gmail.com> | 2019-11-24 13:43:48 +0100 |
| commit | c1a02e9fcaa9c6e059475aad54c3c9158c4412a5 (patch) | |
| tree | 2b791e9b7a4c42d73e6d2ef78bca9ec0ea33d2bc /examples | |
| parent | f987ac9dca345a63ff6356b44e3b456016f0adb6 (diff) | |
| download | raylib-c1a02e9fcaa9c6e059475aad54c3c9158c4412a5.tar.gz raylib-c1a02e9fcaa9c6e059475aad54c3c9158c4412a5.zip | |
Review PR #1022
Actually OpenAL is not used any more, it should be using CoreAudio
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile index 02ea9e4c..a6790613 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -321,7 +321,7 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP) ifeq ($(PLATFORM_OS),OSX) # Libraries for OSX 10.9 desktop compiling # NOTE: Required packages: libopenal-dev libegl1-mesa-dev - LDLIBS = -lraylib -framework OpenGL -framework OpenAL -framework Cocoa -framework CoreVideo -framework IOKit + LDLIBS = -lraylib -framework OpenGL -framework Cocoa -framework IOKit -framework CoreAudio -framework CoreVideo endif ifeq ($(PLATFORM_OS),BSD) # Libraries for FreeBSD, OpenBSD, NetBSD, DragonFly desktop compiling |
