mirror of
https://github.com/Maschell/libntfs-wiiu.git
synced 2024-12-17 23:51: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
|
||||
|
||||
ifeq ($(PLATFORM),wiiu)
|
||||
MACHDEP = -DESPRESSO -mwup -mcpu=750 -meabi -mhard-float
|
||||
MACHDEP = -D__wiiu__ -mcpu=750 -meabi -mhard-float
|
||||
include $(DEVKITPPC)/base_rules
|
||||
export PORTLIBS := $(DEVKITPRO)/portlibs/ppc
|
||||
endif
|
||||
|
||||
ifeq ($(PLATFORM),wii)
|
||||
|
Loading…
Reference in New Issue
Block a user