mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-10 10:22:20 +00:00
[CHG] Installation of GRRLIB now works from path with whitespace
This commit is contained in:
parent
412723840c
commit
a9a83f9c98
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ ifeq ($(strip $(DEVKITPRO)),)
|
||||||
$(error "Use export DEVKITPRO=<path to>devkitPRO and try again")
|
$(error "Use export DEVKITPRO=<path to>devkitPRO and try again")
|
||||||
endif
|
endif
|
||||||
|
|
||||||
PWD := $(shell pwd)
|
NULLSTR :=
|
||||||
|
PWD := $(subst $(NULLSTR) ,\ ,$(shell pwd))
|
||||||
|
|
||||||
include $(DEVKITPPC)/base_rules
|
include $(DEVKITPPC)/base_rules
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue