We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d652ecd commit 5517dd3Copy full SHA for 5517dd3
pixelpulse2.pro
@@ -26,7 +26,7 @@ QMAKE_CXXFLAGS_DEBUG += -ggdb
26
CFLAGS += -v -static -static-libgcc -static-libstdc++ -g
27
28
DEFINES += GIT_VERSION='"\\\"$(shell git -C $$PWD describe --always --tags --abbrev)\\\""'
29
-DEFINES += BUILD_DATE='"\\\"$(shell date /t +%F)\\\""'
+DEFINES += BUILD_DATE='"\\\"$(shell date +%F)\\\""'
30
31
SOURCES += main.cpp \
32
SMU.cpp \
0 commit comments