Skip to content

Commit 2e76013

Browse files
committed
FDS Build: Change the Windows BUILDDATE format to support ifx
1 parent 41ec518 commit 2e76013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ifeq ($(shell echo "check_quotes"),"check_quotes")
2121
GIT_STAT := $(shell ..\Scripts\gitstat)
2222
GIT_DATE := $(shell ..\Scripts\gitlog)
2323
GIT_BRANCH := $(shell ..\Scripts\gitbranch)
24-
BUILD_DATE := $(shell date /t) $(shell time /t)
24+
BUILD_DATE := $(shell powershell -Command "(Get-Date).ToString('ddd-MM/dd/yyyy-hh:mm-tt')")
2525
else
2626
# linux/osx
2727
SHELL:=/bin/bash

0 commit comments

Comments
 (0)