Skip to content

Commit b487560

Browse files
Fix makefiles
1 parent 5a28186 commit b487560

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

Makefile.libretro

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,11 @@ ifeq ($(platform),android-x86_64)
151151
PTR64 :=
152152
endif
153153

154-
ifeq ($(platform),libnx)
154+
ifeq ($(platform),linux32)
155155
PTR64 := 0
156+
endif
157+
158+
ifeq ($(platform),libnx)
156159
PLATFLAGS += TARGETOS="libnx" PLATFORM="arm64" FORCE_DRC_C_BACKEND="1"
157160
LIBRETRO_CPU :=
158161
ARCH :=

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1437,7 +1437,7 @@ openbsd_x86: generate $(PROJECTDIR)/$(MAKETYPE)-openbsd/Makefile
14371437
$(SILENT) $(MAKE) -C $(PROJECTDIR)/$(MAKETYPE)-openbsd config=$(CONFIG)32
14381438

14391439
#-------------------------------------------------
1440-
# gmake-linux
1440+
# libnx
14411441
#-------------------------------------------------
14421442

14431443
$(PROJECTDIR)/$(MAKETYPE)-libnx/Makefile: makefile $(SCRIPTS) $(GENIE)

0 commit comments

Comments
 (0)