Skip to content

Commit

Permalink
Needed switch_rules to get the portlibs folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholeMattera committed Apr 18, 2019
1 parent 92a7214 commit cce0b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ifeq ($(strip $(DEVKITPRO)),)
$(error "Please set DEVKITPRO in your environment. export DEVKITPRO=<path to>/devkitpro")
endif

include $(DEVKITPRO)/devkitA64/base_rules
include $(DEVKITPRO)/libnx/switch_rules

#---------------------------------------------------------------------------------
# TARGET is the name of the output
Expand Down

0 comments on commit cce0b7a

Please sign in to comment.