mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
android: fix STL (#13594)
- https://github.com/koreader/koreader-base/pull/2058 - https://github.com/koreader/android-luajit-launcher/pull/548 Close #13575.
This commit is contained in:
6
Makefile
6
Makefile
@@ -156,12 +156,6 @@ endif
|
||||
ifdef WIN32
|
||||
@echo "[*] Install runtime libraries for win32..."
|
||||
$(SYMLINK) $(WIN32_DIR)/*.dll $(INSTALL_DIR)/koreader/
|
||||
endif
|
||||
ifdef SHIP_SHARED_STL
|
||||
@echo "[*] Install C++ runtime..."
|
||||
cp -fL $(SHARED_STL_LIB) $(INSTALL_DIR)/koreader/libs/
|
||||
chmod 755 $(INSTALL_DIR)/koreader/libs/$(notdir $(SHARED_STL_LIB))
|
||||
$(STRIP) --strip-unneeded $(INSTALL_DIR)/koreader/libs/$(notdir $(SHARED_STL_LIB))
|
||||
endif
|
||||
@echo "[*] Install plugins"
|
||||
$(SYMLINK) plugins $(INSTALL_DIR)/koreader/
|
||||
|
||||
2
base
2
base
Submodule base updated: 5123a2402d...eaa2d06df1
Submodule platform/android/luajit-launcher updated: 09a15ce97f...594d479eb3
Reference in New Issue
Block a user