Skip to content

Commit

Permalink
Merge pull request #14085 from cxp484/master
Browse files Browse the repository at this point in the history
FDS Build: Change the Windows BUILDDATE format to support ifx
  • Loading branch information
cxp484 authored Jan 19, 2025
2 parents 1a9ef36 + 2e76013 commit 926f697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ifeq ($(shell echo "check_quotes"),"check_quotes")
GIT_STAT := $(shell ..\Scripts\gitstat)
GIT_DATE := $(shell ..\Scripts\gitlog)
GIT_BRANCH := $(shell ..\Scripts\gitbranch)
BUILD_DATE := $(shell date /t) $(shell time /t)
BUILD_DATE := $(shell powershell -Command "(Get-Date).ToString('ddd-MM/dd/yyyy-hh:mm-tt')")
else
# linux/osx
SHELL:=/bin/bash
Expand Down

0 comments on commit 926f697

Please sign in to comment.