]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/epaths.in: Declare and use android_game_path.
authorPo Lu <luangruo@yahoo.com>
Mon, 13 May 2024 00:26:04 +0000 (08:26 +0800)
committerEshel Yaron <me@eshelyaron.com>
Mon, 13 May 2024 08:38:52 +0000 (10:38 +0200)
(cherry picked from commit ad588f81317db2faa2770a700f0e29a3b74ae682)

src/epaths.in

index 8415ce51586bc3f3e712d8916a7021ea1080420a..a928830dba2fd27c3afeb3c8bc82c71b4b8d8f3a 100644 (file)
@@ -94,10 +94,11 @@ along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.  */
  # define  PATH_DATA                   "/assets/etc/"
  # define  PATH_DOC                    "/assets/etc/"
  # define  PATH_INFO                   "/assets/info/"
- # define  PATH_GAME                   ""
+ # define  PATH_GAME                   (android_game_path)
  # define  PATH_BITMAPS                        "/assets/bitmaps/"
 
 extern char *android_site_load_path;
 extern char *android_lib_dir;
+extern char *android_game_path;
 
 #endif