Skip to content
Snippets Groups Projects
Commit 68da499d authored by Constantin Papizh's avatar Constantin Papizh
Browse files

Windows build fixed for dashboard

parent 646d9230
No related branches found
No related tags found
1 merge request!45Windows build fixed for dashboard
Pipeline #1336 passed with stage
......@@ -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