Skip to content

Commit

Permalink
pass new build parameter for code signing
Browse files Browse the repository at this point in the history
  • Loading branch information
kambala-decapitator committed Feb 22, 2020
1 parent f011640 commit f224293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/buildPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def call(Map addonParams = [:])
dir("tools/depends/target/binary-addons")
{
if (isUnix())
sh "make -j $BUILDTHREADS ADDONS='${addon}' ADDONS_DEFINITION_DIR=`pwd`/addons ADDON_SRC_PREFIX=`pwd` EXTRA_CMAKE_ARGS=\"-DPACKAGE_ZIP=ON -DPACKAGE_DIR=`pwd`/../../../../cmake/addons/build/zips\" PACKAGE=1"
sh "make -j $BUILDTHREADS ADDONS='${addon}' ADDONS_DEFINITION_DIR=`pwd`/addons ADDON_SRC_PREFIX=`pwd` EXTRA_CMAKE_ARGS=\"-DPACKAGE_ZIP=ON -DPACKAGE_DIR=`pwd`/../../../../cmake/addons/build/zips -DSIGN=ON\" PACKAGE=1"
}

if (!isUnix())
Expand Down

0 comments on commit f224293

Please sign in to comment.