mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 20:43:44 +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 {
|
runtime.inside {
|
||||||
dir("build") {
|
dir("build") {
|
||||||
def cmakeFlags = 'CMAKE_ARGS="-DBUILD_STATIC=1"'
|
def cmakeFlags = 'CMAKE_ARGS="-DBUILD_STATIC=1"'
|
||||||
if (arch == "i386") {
|
if (platform == "i386") {
|
||||||
cmakeFlags = 'CMAKE_ARGS="-DBUILD_32BIT=1 -DBUILD_STATIC=1"'
|
cmakeFlags = 'CMAKE_ARGS="-DBUILD_32BIT=1 -DBUILD_STATIC=1"'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue