mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-12 21:02:38 -03:00
Merge pull request #1574 from Diapolo/pro-file2
fix for build.h regeneration failure when compiling on Windows
This commit is contained in:
commit
bc4fb165ea
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ contains(BITCOIN_NEED_QT_PLUGINS, 1) {
|
||||||
}
|
}
|
||||||
|
|
||||||
# regenerate src/build.h
|
# regenerate src/build.h
|
||||||
!windows || contains(USE_BUILD_INFO, 1) {
|
!windows|contains(USE_BUILD_INFO, 1) {
|
||||||
genbuild.depends = FORCE
|
genbuild.depends = FORCE
|
||||||
genbuild.commands = cd $$PWD; /bin/sh share/genbuild.sh $$OUT_PWD/build/build.h
|
genbuild.commands = cd $$PWD; /bin/sh share/genbuild.sh $$OUT_PWD/build/build.h
|
||||||
genbuild.target = $$OUT_PWD/build/build.h
|
genbuild.target = $$OUT_PWD/build/build.h
|
||||||
|
|
Loading…
Reference in a new issue