Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions package/batocera/ports/yquake2/yquake2-rogue/yquake2-rogue.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ ifeq ($(BR2_aarch64),y)
YQUAKE2_ROGUE_BUILD_ARGS += YQ2_ARCH=aarch64
else ifeq ($(BR2_arm),y)
YQUAKE2_ROGUE_BUILD_ARGS += YQ2_ARCH=arm
else ifeq ($(BR2_riscv),y)
YQUAKE2_ROGUE_BUILD_ARGS += YQ2_ARCH=riscv
else ifeq ($(BR2_x86_64),y)
YQUAKE2_ROGUE_BUILD_ARGS += YQ2_ARCH=x86_64
else ifeq ($(BR2_i386),y)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ ifeq ($(BR2_aarch64),y)
YQUAKE2_XATRIX_BUILD_ARGS += YQ2_ARCH=aarch64
else ifeq ($(BR2_arm),y)
YQUAKE2_XATRIX_BUILD_ARGS += YQ2_ARCH=arm
else ifeq ($(BR2_riscv),y)
YQUAKE2_XATRIX_BUILD_ARGS += YQ2_ARCH=riscv
else ifeq ($(BR2_x86_64),y)
YQUAKE2_XATRIX_BUILD_ARGS += YQ2_ARCH=x86_64
else ifeq ($(BR2_i386),y)
Expand Down
2 changes: 2 additions & 0 deletions package/batocera/ports/yquake2/yquake2-zaero/yquake2-zaero.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ ifeq ($(BR2_aarch64),y)
YQUAKE2_ZAERO_BUILD_ARGS += YQ2_ARCH=aarch64
else ifeq ($(BR2_arm),y)
YQUAKE2_ZAERO_BUILD_ARGS += YQ2_ARCH=arm
else ifeq ($(BR2_riscv),y)
YQUAKE2_ZAERO_BUILD_ARGS += YQ2_ARCH=riscv
else ifeq ($(BR2_x86_64),y)
YQUAKE2_ZAERO_BUILD_ARGS += YQ2_ARCH=x86_64
else ifeq ($(BR2_i386),y)
Expand Down
2 changes: 2 additions & 0 deletions package/batocera/ports/yquake2/yquake2.mk
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ ifeq ($(BR2_aarch64),y)
YQUAKE2_BUILD_ARGS += YQ2_ARCH=aarch64
else ifeq ($(BR2_arm),y)
YQUAKE2_BUILD_ARGS += YQ2_ARCH=arm
else ifeq ($(BR2_riscv),y)
YQUAKE2_BUILD_ARGS += YQ2_ARCH=riscv
else ifeq ($(BR2_x86_64),y)
YQUAKE2_BUILD_ARGS += YQ2_ARCH=x86_64
else ifeq ($(BR2_i386),y)
Expand Down