Permalink
Browse files

Fix build on Windows

  • Loading branch information...
shchmue committed Sep 9, 2018
1 parent d5064a2 commit 5eb0a07dacbb7f9a07dc28bddd99c75bff3f47d6
Showing with 1 addition and 1 deletion.
  1. +1 −1 Makefile
View
@@ -4,7 +4,7 @@ ifeq ($(strip $(DEVKITARM)),)
$(error "Please set DEVKITARM in your environment. export DEVKITARM=<path to>devkitARM")
endif
CC = $(DEVKITARM)/bin/arm-none-eabi-gcc
include $(DEVKITARM)/base_tools
LD = $(DEVKITARM)/bin/arm-none-eabi-ld
OBJCOPY = $(DEVKITARM)/bin/arm-none-eabi-objcopy

0 comments on commit 5eb0a07

Please sign in to comment.