aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorvictorfisac <victorfisac@gmail.com>2017-09-02 08:25:38 +0200
committervictorfisac <victorfisac@gmail.com>2017-09-02 08:25:38 +0200
commitdd50348b4dffe59be03538bdbaf2a3d084426e1f (patch)
tree07105964919c99674aab2b9e6459ab2639b365c8 /src/Makefile
parent353912b2153b848b270ac15ba97a156b7d336d84 (diff)
parent958fed26c9249b283cca4252827bab46e6736bdb (diff)
downloadraylib-dd50348b4dffe59be03538bdbaf2a3d084426e1f.tar.gz
raylib-dd50348b4dffe59be03538bdbaf2a3d084426e1f.zip
Merge branch 'master' of https://github.com/raysan5/raylib
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 6d0318c1..06b67a04 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -332,7 +332,7 @@ else
ifeq ($(PLATFORM_OS),LINUX)
# compile raylib to shared library version for GNU/Linux.
# WARNING: you should type "make clean" before doing this target
- $(CC) -shared -o $(OUTPUT_PATH)/libraylib.so $(OBJS) -lglfw3 -lGL -lopenal -lm -lpthread -ldl
+ $(CC) -shared -o $(OUTPUT_PATH)/libraylib.so $(OBJS) -lglfw -lGL -lopenal -lm -lpthread -ldl
@echo "raylib shared library generated (libraylib.so)!"
endif
ifeq ($(PLATFORM_OS),OSX)