diff options
| author | Ray San <[email protected]> | 2017-10-04 12:51:53 +0200 |
|---|---|---|
| committer | Ray San <[email protected]> | 2017-10-04 12:51:53 +0200 |
| commit | 9000fc28a3286f0af189a4e25f5e6e13568cab4d (patch) | |
| tree | fbe18adce9082d0e14111d60fd7c0f69ef49d4c6 /src/Makefile | |
| parent | 412c52499a4288b0b1f1b0626229ebc5ce2b5c27 (diff) | |
| download | raylib-9000fc28a3286f0af189a4e25f5e6e13568cab4d.tar.gz raylib-9000fc28a3286f0af189a4e25f5e6e13568cab4d.zip | |
Keep working on Android shared libs...
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 117cbe5a..405f9194 100644 --- a/src/Makefile +++ b/src/Makefile @@ -261,7 +261,7 @@ ifeq ($(PLATFORM),PLATFORM_ANDROID) # Force linking of library module to define symbol LDFLAGS += -u ANativeActivity_onCreate # Library paths containing required libs - LDFLAGS += -L. -Lsrc -L$(OUTPUT_PATH) + LDFLAGS += -L. -Lsrc -L$(OUTPUT_PATH) -Lexternal/openal_soft/lib/android LDLIBS = -lopenal -llog -landroid -lEGL -lGLESv2 -lOpenSLES -latomic -lc -lm endif |
