Skip to content

Commit

Permalink
Updated by kodi-game-scripting
Browse files Browse the repository at this point in the history
  • Loading branch information
garbear committed Jul 18, 2024
1 parent a7f1255 commit 5e74c5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions depends/common/vbam/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ if(CORE_SYSTEM_NAME STREQUAL windows)
${LIBRETRO_DEBUG} GIT_VERSION=)
elseif(CORE_SYSTEM_NAME STREQUAL linux)
set(BUILD_COMMAND $(MAKE)
-j
-C src/libretro
-f Makefile
platform=unix
Expand All @@ -43,7 +42,6 @@ elseif(CORE_SYSTEM_NAME STREQUAL osx)
set(ARCH intel)
endif()
set(BUILD_COMMAND $(MAKE)
-j
-C src/libretro
-f Makefile
platform=osx
Expand All @@ -61,15 +59,13 @@ elseif(CORE_SYSTEM_NAME STREQUAL ios OR CORE_SYSTEM_NAME STREQUAL darwin_embedde
set(PLATFORM ios)
endif()
set(BUILD_COMMAND IOSSDK=${CMAKE_OSX_SYSROOT} $(MAKE)
-j
-C src/libretro
-f Makefile
platform=${PLATFORM}
${LIBRETRO_DEBUG} GIT_VERSION=)
elseif(CORE_PLATFORM_NAME STREQUAL tvos)
set(LIBRETRO_SONAME vbam_libretro_tvos${CMAKE_SHARED_LIBRARY_SUFFIX})
set(BUILD_COMMAND IOSSDK=${CMAKE_OSX_SYSROOT} $(MAKE)
-j
-C src/libretro
-f Makefile
platform=tvos-arm64
Expand Down Expand Up @@ -98,7 +94,6 @@ elseif(CORE_SYSTEM_NAME STREQUAL rbpi)
message(FATAL_ERROR "${PROJECT_NAME} needs RPi build command in CMakeLists.txt!")
elseif(CORE_SYSTEM_NAME STREQUAL freebsd)
set(BUILD_COMMAND $(MAKE)
-j
-C src/libretro
-f Makefile
platform=unix
Expand Down
2 changes: 1 addition & 1 deletion game.libretro.vbam/addon.xml.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="game.libretro.vbam"
name="Nintendo - Game Boy Advance (VBA-M)"
version="2.1.9.47"
version="2.1.9.48"
provider-name="Forgotten, VBA-M Team">
<requires>
<import addon="game.libretro" version="1.0.0"/>
Expand Down

0 comments on commit 5e74c5e

Please sign in to comment.