Skip to content

Commit b029b2a

Browse files
committed
macosx notarization: fixed build for non-mac targets
1 parent 76699fd commit b029b2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/build.xml

+1
Original file line numberDiff line numberDiff line change
@@ -854,6 +854,7 @@
854854
</target>
855855

856856
<target name="build-arduino-builder" unless="no_arduino_builder">
857+
<property name="ARDUINO-BUILDER-EXTRA-VERSION" value="" /> <!-- default if not set already -->
857858
<delete dir="${staging_folder}/arduino-builder-${platform}" includeemptydirs="true"/>
858859
<mkdir dir="${staging_folder}/arduino-builder-${platform}"/>
859860
<antcall target="untar-native">

0 commit comments

Comments
 (0)