Corrected issue with OpenAL being 'keg only' on OSX
Also reviewed issue with stdbool when compiling with clang
This commit is contained in:
parent
afcd748fdf
commit
05f039f85f
4 changed files with 14 additions and 14 deletions
|
@ -153,7 +153,7 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
|
|||
# libraries for OS X 10.9 desktop compiling
|
||||
# requires the following packages:
|
||||
# libglfw3-dev libopenal-dev libegl1-mesa-dev
|
||||
LIBS = -lraylib -lglfw3 -framework OpenGL -framework OpenAl -framework Cocoa
|
||||
LIBS = -lraylib -lglfw -framework OpenGL -framework OpenAL -framework Cocoa
|
||||
else
|
||||
# libraries for Windows desktop compiling
|
||||
# NOTE: GLFW3 and OpenAL Soft libraries should be installed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue