Quellcode durchsuchen

Fix android soname in src/Makefile (#3211)

pull/3212/head
ndytts vor 1 Jahr
committed von GitHub
Ursprung
Commit
44659b7ba8
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: 4AEE18F83AFDEB23
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      src/Makefile

+ 1
- 1
src/Makefile Datei anzeigen

@ -516,7 +516,7 @@ ifeq ($(PLATFORM),PLATFORM_DRM)
endif
endif
ifeq ($(PLATFORM),PLATFORM_ANDROID)
LDFLAGS += -Wl,-soname,libraylib.$(API_VERSION).so -Wl,--exclude-libs,libatomic.a
LDFLAGS += -Wl,-soname,libraylib.$(RAYLIB_API_VERSION).so -Wl,--exclude-libs,libatomic.a
LDFLAGS += -Wl,--build-id -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now -Wl,--warn-shared-textrel -Wl,--fatal-warnings
# Force linking of library module to define symbol
LDFLAGS += -u ANativeActivity_onCreate

Laden…
Abbrechen
Speichern