Skip to content
Snippets Groups Projects
Commit 1fabc1b6 authored by Aline Gondim Santos's avatar Aline Gondim Santos
Browse files

windows: fix build dhtnet from scratch

Change-Id: I38853405f391dc92daf98c452176780164728036
parent 139eaa24
Branches
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@
"with_env" : "",
"custom_scripts": {
"pre_build": [
"rmdir /S /Q \"%DAEMON_DIR%\\contrib\\msvc\\include\\dhtnet\""
"IF exist \"%DAEMON_DIR%\\contrib\\msvc\\include\\dhtnet\" ( rmdir /S /Q \"%DAEMON_DIR%\\contrib\\msvc\\include\\dhtnet\" )"
],
"build": [],
"post_build": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment