diff options
| author | victorfisac <[email protected]> | 2017-09-02 08:25:38 +0200 |
|---|---|---|
| committer | victorfisac <[email protected]> | 2017-09-02 08:25:38 +0200 |
| commit | dd50348b4dffe59be03538bdbaf2a3d084426e1f (patch) | |
| tree | 07105964919c99674aab2b9e6459ab2639b365c8 /examples/Makefile | |
| parent | 353912b2153b848b270ac15ba97a156b7d336d84 (diff) | |
| parent | 958fed26c9249b283cca4252827bab46e6736bdb (diff) | |
| download | raylib-dd50348b4dffe59be03538bdbaf2a3d084426e1f.tar.gz raylib-dd50348b4dffe59be03538bdbaf2a3d084426e1f.zip | |
Merge branch 'master' of https://github.com/raysan5/raylib
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile index 7c6a1cea..e6ae80f7 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -189,7 +189,7 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP) # libraries for Debian GNU/Linux desktop compiling # requires the following packages: # libglfw3-dev libopenal-dev libegl1-mesa-dev - LIBS = -lraylib -lglfw3 -lGL -lopenal -lm -lpthread -ldl + LIBS = -lraylib -lglfw -lGL -lopenal -lm -lpthread -ldl # on XWindow requires also below libraries LIBS += -lX11 -lXrandr -lXinerama -lXi -lXxf86vm -lXcursor else |
