mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
Ship the STL if need be (#9470)
c.f., https://github.com/koreader/koreader-base/pull/1513 for the gory details ;).
This commit is contained in:
5
Makefile
5
Makefile
@@ -109,6 +109,11 @@ endif
|
||||
ifdef WIN32
|
||||
@echo "[*] Install runtime libraries for win32..."
|
||||
cd $(INSTALL_DIR)/koreader && cp ../../$(WIN32_DIR)/*.dll .
|
||||
endif
|
||||
ifdef SHIP_SHARED_STL
|
||||
@echo "[*] Install C++ runtime..."
|
||||
cp -fL $(SHARED_STL_LIB) $(INSTALL_DIR)/koreader/libs/
|
||||
$(STRIP) --strip-unneeded $(INSTALL_DIR)/koreader/libs/$(notdir $(SHARED_STL_LIB))
|
||||
endif
|
||||
@echo "[*] Install plugins"
|
||||
@# TODO: link istead of cp?
|
||||
|
||||
2
base
2
base
Submodule base updated: 78510e4988...e09b79e581
Reference in New Issue
Block a user