[Scummvm-git-logs] scummvm master -> 12977d07d60d2e17d40b2bdc0e5405aa7849ed76

rsn8887 rsn8887 at users.noreply.github.com
Tue Jan 21 00:38:23 UTC 2020


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:
12977d07d6 SWITCH: Update platform readme and include it in zip


Commit: 12977d07d60d2e17d40b2bdc0e5405aa7849ed76
    https://github.com/scummvm/scummvm/commit/12977d07d60d2e17d40b2bdc0e5405aa7849ed76
Author: rsn8887 (rsn8887 at users.noreply.github.com)
Date: 2020-01-20T18:37:06-06:00

Commit Message:
SWITCH: Update platform readme and include it in zip

Changed paths:
    backends/platform/sdl/switch/README.SWITCH
    backends/platform/sdl/switch/switch.mk


diff --git a/backends/platform/sdl/switch/README.SWITCH b/backends/platform/sdl/switch/README.SWITCH
index fc49130..e7e8114 100644
--- a/backends/platform/sdl/switch/README.SWITCH
+++ b/backends/platform/sdl/switch/README.SWITCH
@@ -43,9 +43,9 @@ switch-pkg-config
 
  - Create a subdirectory somewhere outside the source folder for your ScummVM build and cd into it
 
- - Execute the command (once a curl-config script exists for devkitA64, the --disable-libcurl could be omitted)
+ - Execute the command
 ```
-../scummvm/configure --host=switch --disable-libcurl
+../scummvm/configure --host=switch
 ```
 
  - Execute the command
@@ -56,6 +56,7 @@ make scummvm_switch.zip
 Port Authors
 ============
 cpasjuste
+rsn8887
 
 Thanks
 ======
diff --git a/backends/platform/sdl/switch/switch.mk b/backends/platform/sdl/switch/switch.mk
index 8d5e95f..358ad50 100644
--- a/backends/platform/sdl/switch/switch.mk
+++ b/backends/platform/sdl/switch/switch.mk
@@ -17,6 +17,7 @@ ifdef DIST_FILES_VKEYBD
 	cp $(DIST_FILES_VKEYBD) ./switch_release/scummvm/data
 endif
 	cp $(DIST_FILES_DOCS) ./switch_release/scummvm/doc/
+	cp $(srcdir)/backends/platform/sdl/switch/README.SWITCH ./switch_release/scummvm/doc/
 
 scummvm_switch.zip: switch_release
 	cd ./switch_release && zip -r ../scummvm_switch.zip . && cd ..




More information about the Scummvm-git-logs mailing list