summaryrefslogtreecommitdiffhomepage
path: root/games/light_my_ritual/makefile
diff options
context:
space:
mode:
authorRDR8 <[email protected]>2017-03-25 21:03:28 -0500
committerRDR8 <[email protected]>2017-03-25 21:03:28 -0500
commitefc4b2941be85aa169e36f68bf45a2bc7f2bc5ad (patch)
treeab83e6d3a9e2fb976305a286727965a3b66add7c /games/light_my_ritual/makefile
parent0c16af01e543cdf8c787ed65a022cc89f42b3ef9 (diff)
downloadraylib-efc4b2941be85aa169e36f68bf45a2bc7f2bc5ad.tar.gz
raylib-efc4b2941be85aa169e36f68bf45a2bc7f2bc5ad.zip
Missed a couple
Diffstat (limited to 'games/light_my_ritual/makefile')
-rw-r--r--games/light_my_ritual/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/light_my_ritual/makefile b/games/light_my_ritual/makefile
index f3763858..5cd4ee6b 100644
--- a/games/light_my_ritual/makefile
+++ b/games/light_my_ritual/makefile
@@ -68,7 +68,7 @@ endif
ifeq ($(PLATFORM),PLATFORM_RPI)
CFLAGS = -O2 -Wall -std=gnu99 -fgnu89-inline
else
- CFLAGS = -O2 -Wall -std=c99 -D_DEFAULT_SOURCE
+ 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