We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe739de commit 319f1c3Copy full SHA for 319f1c3
build/build.xml
@@ -46,6 +46,8 @@
46
<condition property="launch4j-download-unpack-target-name" value="launch4j-windows"><os family="windows" /></condition>
47
<property name="launch4j-download-unpack-target-name" value="launch4j-linux"/>
48
49
+ <property name="MACOSX_BUNDLED_JVM" value="${java.home}/../"/>
50
+
51
<!-- Libraries required for running arduino -->
52
<fileset dir=".." id="runtime.jars">
53
<include name="arduino-core/arduino-core.jar" />
0 commit comments