diff options
| author | Ray <[email protected]> | 2017-09-29 23:44:31 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2017-09-29 23:44:31 +0200 |
| commit | 1c7416910efb4255c16b279683ea729bfb196070 (patch) | |
| tree | 4edb4a184271a3f46487817be51395742e3f19ef /src/Makefile | |
| parent | 2fbc2eede6324cb983f575af4bc08143fcb0cfe4 (diff) | |
| download | raylib-1c7416910efb4255c16b279683ea729bfb196070.tar.gz raylib-1c7416910efb4255c16b279683ea729bfb196070.zip | |
Default to OpenAL static lib
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Makefile b/src/Makefile index af36d0ec..6f456beb 100644 --- a/src/Makefile +++ b/src/Makefile @@ -58,9 +58,6 @@ SHARED_OPENAL ?= NO ifeq ($(PLATFORM),PLATFORM_WEB) SHARED_OPENAL = YES endif -ifeq ($(PLATFORM),PLATFORM_ANDROID) - SHARED_OPENAL = YES -endif # determine if the file has root access (only for installing raylib) # "whoami" prints the name of the user that calls him (so, if it is the root @@ -201,7 +198,7 @@ endif # -fgnu89-inline declaring inline functions support (GCC optimized) # -Wno-missing-braces ignore invalid warning (GCC bug 53119) # -D_DEFAULT_SOURCE use with -std=c99 -CFLAGS += -O1 -Wall -std=c99 -D_DEFAULT_SOURCE -fgnu89-inline -Wno-missing-braces +CFLAGS += -O1 -s -Wall -std=c99 -D_DEFAULT_SOURCE -fgnu89-inline -Wno-missing-braces ifeq ($(PLATFORM),PLATFORM_WEB) CFLAGS += -s USE_GLFW=3 -s ASSERTIONS=1 --profiling --preload-file resources |
