git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

commit 19cf8d26b197f2a1ffb95ff7af83e79dcd323cc0
parent c9700dfb295940d11dd4b8e4d9ce523c15040ad6
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Thu, 18 Apr 2024 22:26:47 +0300

Force absolute boot ROM paths in libretro's build bot

Diffstat:
Mlibretro/gitlab-ci.yml6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/libretro/gitlab-ci.yml b/libretro/gitlab-ci.yml @@ -10,7 +10,8 @@ JNI_PATH: libretro MAKEFILE_PATH: libretro CORENAME: sameboy - BOOTROMS_DIR: BootROMs/prebuilt + before_script: + - export BOOTROMS_DIR=$(pwd)/BootROMs/prebuilt # Inclusion templates, required for the build to work include: @@ -178,4 +179,4 @@ libretro-build-libnx-aarch64: libretro-build-vita: extends: - .libretro-vita-static-retroarch-master - - .core-defs - + - .core-defs

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.