summaryrefslogtreecommitdiffhomepage
path: root/games/drturtle/makefile
diff options
context:
space:
mode:
authorRay <[email protected]>2017-03-26 22:49:11 +0200
committerRay <[email protected]>2017-03-26 22:49:11 +0200
commit90b36bd274d523eb54700f71069558b15731adb0 (patch)
treec3a808940096983ca9753ad0d546d1567be2120b /games/drturtle/makefile
parentb7a8a40e71f6c4467afd260c1f66e2c46891397f (diff)
parent160408f26976868480c2e792e200b7aa9c545319 (diff)
downloadraylib-90b36bd274d523eb54700f71069558b15731adb0.tar.gz
raylib-90b36bd274d523eb54700f71069558b15731adb0.zip
Merge branch 'develop' of https://github.com/raysan5/raylib into develop
Diffstat (limited to 'games/drturtle/makefile')
-rw-r--r--games/drturtle/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/drturtle/makefile b/games/drturtle/makefile
index 52f95c77..ab7fd206 100644
--- a/games/drturtle/makefile
+++ b/games/drturtle/makefile
@@ -66,7 +66,7 @@ endif
ifeq ($(PLATFORM),PLATFORM_RPI)
CFLAGS = -O2 -Wall -std=gnu99 -fgnu89-inline
else
- CFLAGS = -O2 -Wall -std=c99
+ CFLAGS = -O2 -Wall -std=c99
endif
ifeq ($(PLATFORM),PLATFORM_WEB)
CFLAGS = -O1 -Wall -std=c99 -s USE_GLFW=3 --preload-file resources -s ALLOW_MEMORY_GROWTH=1 --shell-file ../../templates/web_shell/shell.html
@@ -114,7 +114,7 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
# libglfw3-dev libopenal-dev libglew-dev libegl1-mesa-dev
LIBS = -lraylib -lglfw3 -lGLEW -lGL -lopenal -lm -pthread -ldl
# on XWindow could require also below libraries, just uncomment
- #LIBS += -lX11 -lXrandr -lXinerama -lXi -lXxf86vm -lXcursor
+ LIBS += -lX11 -lXrandr -lXinerama -lXi -lXxf86vm -lXcursor
else
ifeq ($(PLATFORM_OS),OSX)
# libraries for OS X 10.9 desktop compiling