diff options
| -rw-r--r-- | Buildscr | 13 |
1 files changed, 5 insertions, 8 deletions
@@ -33,14 +33,11 @@ in buildwin do ../halibut/configure in buildwin/charset with clangcl64 do PATH="$$PWD/lld-link-bodge:$$PATH" make CC='clang --target=x86_64-pc-windows-msvc18.0.0 -D_CRT_SECURE_NO_WARNINGS -fuse-ld=lld' bin_PROGRAMS= in buildwin with clangcl64 do PATH="$$PWD/lld-link-bodge:$$PATH" make CC='clang --target=x86_64-pc-windows-msvc18.0.0 -D_CRT_SECURE_NO_WARNINGS -fuse-ld=lld' EXEEXT=.exe halibut.exe -delegate windows - # Code-sign the Windows binary, if the local bob config provides - # a script to do so. We assume here that the script accepts an -i - # option to provide a 'more info' URL, and that it signs the file - # in place. - ifneq "$(winsigncode)" "" in buildwin do $(winsigncode) -i https://www.chiark.greenend.org.uk/~sgtatham/halibut/ halibut.exe - return buildwin/halibut.exe -enddelegate +# Code-sign the Windows binary, if the local bob config provides +# a script to do so. We assume here that the script accepts an -i +# option to provide a 'more info' URL, and that it signs the file +# in place. +ifneq "$(cross_winsigncode)" "" in buildwin do $(cross_winsigncode) -i https://www.chiark.greenend.org.uk/~sgtatham/halibut/ halibut.exe # Do a full local build of Halibut, which will also build the docs. in builddist do make |