2
0
mirror of https://github.com/koreader/koreader synced 2024-11-18 03:25:46 +00:00

Build: Make sure the STL has proper permissions (#9478)

This commit is contained in:
yparitcher 2022-09-05 00:04:52 -04:00 committed by GitHub
parent 1b14ee36b3
commit 02ce99b231
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,6 +113,7 @@ 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"