Skip to content
Snippets Groups Projects
Commit 33749793 authored by andrey.daragan's avatar andrey.daragan
Browse files

Merge branch 'bugs-2706' into 'master'

Windows build fixed for dashboard

See merge request !45
parents 646d9230 68da499d
No related branches found
No related tags found
1 merge request!45Windows build fixed for dashboard
Pipeline #1340 passed with stage
in 22 minutes and 15 seconds
......@@ -19,6 +19,7 @@ VER_PAT = 4
win32 {
VERSION = $${VER_MAJ}.$${VER_MIN}.$$VER_PAT
DEFINES += CLI_PATH=\\\"./cellframe-node-cli.exe\\\"
DEFINES += HAVE_STRNDUP
}
else {
VERSION = $$VER_MAJ\.$$VER_MIN\-$$VER_PAT
......
......@@ -24,6 +24,7 @@ win32 {
DEFINES += CLI_PATH=\\\"./cellframe-node-cli.exe\\\"
DEFINES += LOG_FILE=\\\"./opt/cellframe-node/var/log/cellframe-node_logs.txt\\\"
DEFINES += CMD_LOG=\\\"./opt/cellframe-dashboard/data/cellframe-cmd_log.txt\\\"
DEFINES += HAVE_STRNDUP
}
else {
VERSION = $$VER_MAJ\.$$VER_MIN\-$$VER_PAT
......
Subproject commit 1c0614797a3a2a2f4c179630025600e177637a65
Subproject commit 1b1cd4e42413946ab813d0eb671d7f20a9fca269
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment