Skip to content

Commit dcc8bc5

Browse files
authored
Merge pull request #48 from visrealm/main
Update from main
2 parents 0dd9ae7 + 3a0c714 commit dcc8bc5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-common.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
build/dist/*.rom
9191
build/dist/*.bin
9292
build/dist/*.nabu
93-
build/dist/*.npz
93+
build/dist/*.sg
9494
9595
linux:
9696
runs-on: ubuntu-latest
@@ -141,7 +141,7 @@ jobs:
141141
build/dist/*.rom
142142
build/dist/*.bin
143143
build/dist/*.nabu
144-
build/dist/*.npz
144+
build/dist/*.sg
145145
146146
macos:
147147
runs-on: macos-latest
@@ -198,4 +198,4 @@ jobs:
198198
build/dist/*.rom
199199
build/dist/*.bin
200200
build/dist/*.nabu
201-
build/dist/*.npz
201+
build/dist/*.sg

configtool/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ add_custom_command(
184184
add_custom_target(nabu_mame_package DEPENDS "${CMAKE_BINARY_DIR}/dist/pico9918_${VERSION}_nabu_mame.npz")
185185

186186
# Master target to build all platforms
187-
add_custom_target(configurator_all DEPENDS ti99 ti99_f18a coleco msx_asc16 msx_konami nabu creativision nabu_mame_package)
187+
add_custom_target(configurator_all DEPENDS ti99 ti99_f18a coleco msx_asc16 msx_konami nabu creativision sg1000 nabu_mame_package)
188188

189189
# Print build information
190190
message(STATUS "PICO9918 Configurator CMake Configuration")
@@ -197,4 +197,4 @@ if(XAS99_SCRIPT)
197197
else()
198198
message(STATUS "XAS99: NOT FOUND (TI-99 builds will be limited)")
199199
endif()
200-
message(STATUS "Firmware: ${FIRMWARE_FILE}")
200+
message(STATUS "Firmware: ${FIRMWARE_FILE}")

0 commit comments

Comments
 (0)