Permalink
Browse files

Merge pull request #53 from shchmue/master

Fix build on Windows
  • Loading branch information...
Reisyukaku committed Sep 9, 2018
2 parents d5064a2 + 5eb0a07 commit 2e5abef55b5e3609bd5ae25f89e6961650164579
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") $(error "Please set DEVKITARM in your environment. export DEVKITARM=<path to>devkitARM")
endif endif
CC = $(DEVKITARM)/bin/arm-none-eabi-gcc include $(DEVKITARM)/base_tools
LD = $(DEVKITARM)/bin/arm-none-eabi-ld LD = $(DEVKITARM)/bin/arm-none-eabi-ld
OBJCOPY = $(DEVKITARM)/bin/arm-none-eabi-objcopy OBJCOPY = $(DEVKITARM)/bin/arm-none-eabi-objcopy

0 comments on commit 2e5abef

Please sign in to comment.