[Scummvm-git-logs] scummvm master -> 0a7e8fff7740c5e702a0dec7d08dae8da4ad3780
spleen1981
noreply at scummvm.org
Tue Mar 7 18:27:15 UTC 2023
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:
0a7e8fff77 LIBRETRO: fix jni path for gitlab-ci
Commit: 0a7e8fff7740c5e702a0dec7d08dae8da4ad3780
https://github.com/scummvm/scummvm/commit/0a7e8fff7740c5e702a0dec7d08dae8da4ad3780
Author: Giovanni Cascione (ing.cascione at gmail.com)
Date: 2023-03-07T19:26:32+01:00
Commit Message:
LIBRETRO: fix jni path for gitlab-ci
Changed paths:
backends/platform/libretro/.gitlab-ci.yml
diff --git a/backends/platform/libretro/.gitlab-ci.yml b/backends/platform/libretro/.gitlab-ci.yml
index 9a6c7b323f1..c01ba20bc6a 100644
--- a/backends/platform/libretro/.gitlab-ci.yml
+++ b/backends/platform/libretro/.gitlab-ci.yml
@@ -7,7 +7,7 @@
# Core definitions
.core-defs:
variables:
- JNI_PATH: backends/platform/libretro/build
+ JNI_PATH: backends/platform/libretro
MAKEFILE_PATH: backends/platform/libretro
CORENAME: scummvm
More information about the Scummvm-git-logs
mailing list