diff options
| author | raysan5 <[email protected]> | 2016-09-21 12:29:03 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2016-09-21 12:29:03 +0200 |
| commit | 1ffe713d930db1ecfae57d162452162a8c521d17 (patch) | |
| tree | e9793869c635778ebb295c2b00e648d6009846e3 /src/Makefile | |
| parent | 478d3cbb79caa27351cf9e9a5ff9925ca658a89c (diff) | |
| download | raylib-1ffe713d930db1ecfae57d162452162a8c521d17.tar.gz raylib-1ffe713d930db1ecfae57d162452162a8c521d17.zip | |
Corrected bug
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 75812566..ee3f0c12 100644 --- a/src/Makefile +++ b/src/Makefile @@ -100,6 +100,8 @@ ifeq ($(SHARED),YES) CFLAGS += -fPIC SHAREDFLAG = BUILDING_DLL SHAREDLIBS = -Lexternal/glfw3/lib/win32 -Lexternal/openal_soft/lib/win32 -lglfw3 -lopenal32 -lgdi32 +else + SHAREDFLAG = BUILDING_STATIC endif #CFLAGSEXTRA = -Wextra -Wmissing-prototypes -Wstrict-prototypes |
