We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0af07e commit 5f9b54bCopy full SHA for 5f9b54b
bootloaders/zero/Makefile
@@ -21,19 +21,13 @@ ifeq ($(OS),Windows_NT)
21
22
# Are we using mingw/msys/msys2/cygwin?
23
ifeq ($(TERM),xterm)
24
-# this is the path coming with night build
25
T=$(shell cygpath -u $(LOCALAPPDATA))
26
-# this is the path till 1.6.5 r5
27
-# T=$(shell cygpath -u $(APPDATA))
28
MODULE_PATH?=$(T)/Arduino15/packages/arduino
29
ARM_GCC_PATH?=$(MODULE_PATH)/tools/arm-none-eabi-gcc/4.8.3-2014q1/bin/arm-none-eabi-
30
RM=rm
31
SEP=/
32
else
33
34
MODULE_PATH?=$(LOCALAPPDATA)/Arduino15/packages/arduino
35
36
-# MODULE_PATH?=$(APPDATA)/Arduino15/packages/arduino
37
38
39
SEP=\\
0 commit comments