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 ede5601 commit c79f467
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions depends/common/vice_xcbm5x0/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ if(CORE_SYSTEM_NAME STREQUAL windows)
EMUTYPE=xcbm5x0 ${LIBRETRO_DEBUG} GIT_VERSION=)
elseif(CORE_SYSTEM_NAME STREQUAL linux)
set(BUILD_COMMAND $(MAKE)
-j
-C .
-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 .
-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 .
-f Makefile
platform=${PLATFORM}
EMUTYPE=xcbm5x0 ${LIBRETRO_DEBUG} GIT_VERSION=)
elseif(CORE_PLATFORM_NAME STREQUAL tvos)
set(LIBRETRO_SONAME vice_xcbm5x0_libretro_tvos${CMAKE_SHARED_LIBRARY_SUFFIX})
set(BUILD_COMMAND IOSSDK=${CMAKE_OSX_SYSROOT} $(MAKE)
-j
-C .
-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 .
-f Makefile
platform=unix
Expand Down
2 changes: 1 addition & 1 deletion game.libretro.vice_xcbm5x0/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.vice_xcbm5x0"
name="Commodore - CBM-II 5x0 (VICE xcbm5x0)"
version="3.7.0.21"
version="3.7.0.22"
provider-name="VICE Team">
<requires>
<import addon="game.libretro" version="1.0.0"/>
Expand Down

0 comments on commit c79f467

Please # to comment.