summaryrefslogtreecommitdiffhomepage
path: root/src/external
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2017-02-11 23:34:41 +0100
committerraysan5 <[email protected]>2017-02-11 23:34:41 +0100
commit05f039f85fb43f9ae4598747a4d9c6770ec5774b (patch)
tree6f8254252476652dfa9f3022c25873ec700f30c6 /src/external
parentafcd748fdf2d4f379f7a3be1706c1d6cd2ff504d (diff)
downloadraylib-05f039f85fb43f9ae4598747a4d9c6770ec5774b.tar.gz
raylib-05f039f85fb43f9ae4598747a4d9c6770ec5774b.zip
Corrected issue with OpenAL being 'keg only' on OSX
Also reviewed issue with stdbool when compiling with clang
Diffstat (limited to 'src/external')
-rw-r--r--src/external/jar_mod.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/external/jar_mod.h b/src/external/jar_mod.h
index bee9f6ee..c17130a6 100644
--- a/src/external/jar_mod.h
+++ b/src/external/jar_mod.h
@@ -83,8 +83,7 @@
#include <stdio.h>
#include <stdlib.h>
-#include <stdbool.h>
-
+//#include <stdbool.h>
#ifdef __cplusplus