notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb2e957
)
3ds: allow compiling with just DEVKITPRO set
author
notaz
<notasas@gmail.com>
Thu, 7 Nov 2024 21:40:32 +0000
(23:40 +0200)
committer
notaz
<notasas@gmail.com>
Thu, 7 Nov 2024 23:05:14 +0000
(
01:05
+0200)
Makefile.libretro
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.libretro
b/Makefile.libretro
index
6bacb3f
..
21cbd28
100644
(file)
--- a/
Makefile.libretro
+++ b/
Makefile.libretro
@@
-66,6
+66,10
@@
else ifeq ($(platform), vita)
LD = arm-vita-eabi-ld$(EXE_EXT)
OBJCOPY = arm-vita-eabi-objcopy$(EXE_EXT)
else ifeq ($(platform), ctr)
+ ifneq ($(strip $(DEVKITPRO)),)
+ DEVKITARM ?= $(DEVKITPRO)/devkitARM
+ CTRULIB ?= $(DEVKITPRO)/libctru
+ endif
ifeq ($(strip $(DEVKITARM)),)
$(error "DEVKITARM env var is not set")
endif