diff options
| author | RDR8 <[email protected]> | 2017-03-25 20:41:04 -0500 |
|---|---|---|
| committer | RDR8 <[email protected]> | 2017-03-25 20:41:04 -0500 |
| commit | 0c16af01e543cdf8c787ed65a022cc89f42b3ef9 (patch) | |
| tree | b2e8665e691b7cee761aaf5c2ba56a68a87fc548 /games/drturtle/makefile | |
| parent | 3f0c29642225f4da40e29e83117a4589f95be538 (diff) | |
| download | raylib-0c16af01e543cdf8c787ed65a022cc89f42b3ef9.tar.gz raylib-0c16af01e543cdf8c787ed65a022cc89f42b3ef9.zip | |
Replaced font.size with font.baseSize. Uncommented linux libs. Typo or two
Diffstat (limited to 'games/drturtle/makefile')
| -rw-r--r-- | games/drturtle/makefile | 4 |
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 |
