[Scummvm-git-logs] scummvm master -> a7edd90b6f25bbf139727ab9913c1fe6e75ab2c7

aquadran noreply at scummvm.org
Sun Mar 6 22:02:35 UTC 2022


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
a7edd90b6f IOS: Install engines shader files into app bundle


Commit: a7edd90b6f25bbf139727ab9913c1fe6e75ab2c7
    https://github.com/scummvm/scummvm/commit/a7edd90b6f25bbf139727ab9913c1fe6e75ab2c7
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2022-03-06T23:02:30+01:00

Commit Message:
IOS: Install engines shader files into app bundle

Changed paths:
    ports.mk


diff --git a/ports.mk b/ports.mk
index c4682cdbd30..85852a9014a 100644
--- a/ports.mk
+++ b/ports.mk
@@ -192,6 +192,9 @@ ifdef DIST_FILES_ENGINEDATA
 endif
 ifdef DIST_FILES_VKEYBD
 	cp $(DIST_FILES_VKEYBD) $(bundle_name)/
+endif
+ifneq ($(DIST_FILES_SHADERS),)
+	cp $(DIST_FILES_SHADERS) $(bundle_name)/
 endif
 	$(STRIP) scummvm
 	chmod 755 scummvm
@@ -308,6 +311,9 @@ ifdef DIST_FILES_ENGINEDATA
 endif
 ifdef DIST_FILES_VKEYBD
 	cp $(DIST_FILES_VKEYBD) $(bundle_name)/
+endif
+ifneq ($(DIST_FILES_SHADERS),)
+	cp $(DIST_FILES_SHADERS) $(bundle_name)/
 endif
 	$(STRIP) scummvm
 	chmod 755 scummvm




More information about the Scummvm-git-logs mailing list