Skip to content

Commit

Permalink
also disable inline attribs for retroarch wiiu build
Browse files Browse the repository at this point in the history
  • Loading branch information
FIX94 committed Jan 17, 2019
1 parent 02a216c commit 6a9e742
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libretro/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ else ifeq ($(platform), wiiu)
PLATFORM_DEFINES += -DGEKKO -DWIIU -DHW_RVL -mwup -mcpu=750 -meabi -mhard-float
PLATFORM_DEFINES += -U__INT32_TYPE__ -U __UINT32_TYPE__ -D__INT32_TYPE__=int
STATIC_LINKING = 1
DO_INLINE_ATTRIBS = 1

# ARM
else ifneq (,$(findstring armv,$(platform)))
Expand Down

0 comments on commit 6a9e742

Please sign in to comment.