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 e47e793 commit 819c5ddCopy full SHA for 819c5dd
build_msvc/bitcoind/bitcoind.vcxproj
@@ -66,6 +66,8 @@
66
Replace="@BUILD_BITCOIN_CLI_TRUE@" By=""></ReplaceInFile>
67
<ReplaceInFile FilePath="$(ConfigIniOut)"
68
Replace="@BUILD_BITCOIND_TRUE@" By=""></ReplaceInFile>
69
+ <ReplaceInFile FilePath="$(ConfigIniOut)"
70
+ Replace="@ENABLE_FUZZ_TRUE@" By=""></ReplaceInFile>
71
72
Replace="@ENABLE_ZMQ_TRUE@" By=""></ReplaceInFile>
73
</Target>
0 commit comments