aboutsummaryrefslogtreecommitdiff
path: root/src/makefile
diff options
context:
space:
mode:
authorraysan5 <raysan5@gmail.com>2015-09-02 01:08:41 +0200
committerraysan5 <raysan5@gmail.com>2015-09-02 01:08:41 +0200
commit4879106096c868e5c8f16ca3796dcb9c85c0dac6 (patch)
tree48bd97f71bef414866151e0dec1a96827005b6ff /src/makefile
parente28fef6ee0a1a35171e27cde6bbfd7bc4025dc4a (diff)
downloadraylib-4879106096c868e5c8f16ca3796dcb9c85c0dac6.tar.gz
raylib-4879106096c868e5c8f16ca3796dcb9c85c0dac6.zip
Reviewed to work on Raspberry Pi
[rlgl] Extensions strings loading was redone to avoid a Segmentation Fault on Raspberry Pi
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 fea965ee..da57c2d2 100644
--- a/src/makefile
+++ b/src/makefile
@@ -80,7 +80,7 @@ endif
# define any directories containing required header files
ifeq ($(PLATFORM),PLATFORM_RPI)
- INCLUDES = -I. -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads
+ INCLUDES = -I. -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads
else
INCLUDES = -I. -I../src
# external libraries headers