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:
NiLuJe
2022-09-04 17:17:08 +02:00
committed by GitHub
parent 49e5200c8a
commit 0967098a0d
2 changed files with 6 additions and 1 deletions

View File

@@ -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

Submodule base updated: 78510e4988...e09b79e581