mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-20 14:06:54 +02:00
.
This commit is contained in:
parent
5166aa6913
commit
541b2cbef0
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -56,7 +56,7 @@ def buildStaticBinaries() {
|
|||
runtime.inside {
|
||||
dir("build") {
|
||||
def cmakeFlags = 'CMAKE_ARGS="-DBUILD_STATIC=1"'
|
||||
if (arch == "i386") {
|
||||
if (platform == "i386") {
|
||||
cmakeFlags = 'CMAKE_ARGS="-DBUILD_32BIT=1 -DBUILD_STATIC=1"'
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue