fix build on Windows #3

This commit is contained in:
dev_zzo
2016-10-24 15:24:37 +02:00
parent f591d03715
commit f245b0ed2e
+1 -1
View File
@@ -75,7 +75,7 @@ SPM_HELPER_OBJCOPY = --set-section-flags=.spmhelper="alloc,load"
ifeq ($(OS),Windows_NT)
BUILD_DATE = "\"$(shell date /t)\""
else
BUILD_DATE = $(shell date +'%y%m%d')
BUILD_DATE = $(shell date +'\"%y%m%d\"')
endif
COMMIT_ID = $(shell git rev-parse --short HEAD)
MCU = atxmega128a4u