Ship the STL if need be (#9470)

c.f., https://github.com/koreader/koreader-base/pull/1513 for the gory details ;).
reviewable/pr9474/r1
NiLuJe 2 years ago committed by GitHub
parent 49e5200c8a
commit 0967098a0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -1 +1 @@
Subproject commit 78510e49888dbb723e313b79fd99121cd04ab185
Subproject commit e09b79e581912bb6603de765af263c6a5642103d
Loading…
Cancel
Save