Skip to content

Commit

Permalink
Force absolute boot ROM paths in libretro's build bot
Browse files Browse the repository at this point in the history
  • Loading branch information
LIJI32 committed Apr 18, 2024
1 parent c9700df commit 19cf8d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions libretro/gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -178,4 +179,4 @@ libretro-build-libnx-aarch64:
libretro-build-vita:
extends:
- .libretro-vita-static-retroarch-master
- .core-defs
- .core-defs

0 comments on commit 19cf8d2

Please sign in to comment.