mirror of
https://github.com/koreader/koreader
synced 2024-11-16 06:12:56 +00: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:
parent
49e5200c8a
commit
0967098a0d
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
@ -1 +1 @@
|
||||
Subproject commit 78510e49888dbb723e313b79fd99121cd04ab185
|
||||
Subproject commit e09b79e581912bb6603de765af263c6a5642103d
|
Loading…
Reference in New Issue
Block a user