diff options
| author | Ray <[email protected]> | 2017-08-27 20:58:49 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-08-27 20:58:49 +0200 |
| commit | 958fed26c9249b283cca4252827bab46e6736bdb (patch) | |
| tree | 07105964919c99674aab2b9e6459ab2639b365c8 /src/Makefile | |
| parent | c074783861994fb9f3bcc618b776a41dc57b50d0 (diff) | |
| parent | e173db19f7f8e7e79c3f0cd6b88c207561bfa28b (diff) | |
| download | raylib-958fed26c9249b283cca4252827bab46e6736bdb.tar.gz raylib-958fed26c9249b283cca4252827bab46e6736bdb.zip | |
Merge pull request #348 from define-private-public/cmake_partial
CMake based build system.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
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) |
