aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2017-02-28 12:00:31 +0100
committerGitHub <noreply@github.com>2017-02-28 12:00:31 +0100
commit2ac956208db4e0fcde5081a03a8fc3ba2dedff9b (patch)
tree793353ee44d403c8ca590ca1876d747713c631d4 /examples
parentc46989a1d961f3d8f898348e25c2b5b948ade9b2 (diff)
downloadraylib-2ac956208db4e0fcde5081a03a8fc3ba2dedff9b.tar.gz
raylib-2ac956208db4e0fcde5081a03a8fc3ba2dedff9b.zip
Update Makefile
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile
index ab70c5de..98129990 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -147,7 +147,7 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
# libglfw3-dev libopenal-dev libegl1-mesa-dev
LIBS = -lraylib -lglfw3 -lGL -lopenal -lm -lpthread -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