mirror of
https://github.com/Maschell/libntfs-wiiu.git
synced 2024-12-18 08:01:50 +01:00
Replace "ESPRESSO" flag by "__wiiu__" flag to fix compilation, add missing portlibs variable
This commit is contained in:
parent
fa4115712c
commit
e5f57bfe8f
@ -8,8 +8,9 @@ $(error "Please set DEVKITPPC in your environment. export DEVKITPPC=<path to>dev
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(PLATFORM),wiiu)
|
ifeq ($(PLATFORM),wiiu)
|
||||||
MACHDEP = -DESPRESSO -mwup -mcpu=750 -meabi -mhard-float
|
MACHDEP = -D__wiiu__ -mcpu=750 -meabi -mhard-float
|
||||||
include $(DEVKITPPC)/base_rules
|
include $(DEVKITPPC)/base_rules
|
||||||
|
export PORTLIBS := $(DEVKITPRO)/portlibs/ppc
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(PLATFORM),wii)
|
ifeq ($(PLATFORM),wii)
|
||||||
|
Loading…
Reference in New Issue
Block a user