Skip to content

Commit 319f1c3

Browse files
author
Federico Fissore
committed
Macosx: providing a default to MACOSX_BUNDLED_JVM
1 parent fe739de commit 319f1c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/build.xml

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
<condition property="launch4j-download-unpack-target-name" value="launch4j-windows"><os family="windows" /></condition>
4747
<property name="launch4j-download-unpack-target-name" value="launch4j-linux"/>
4848

49+
<property name="MACOSX_BUNDLED_JVM" value="${java.home}/../"/>
50+
4951
<!-- Libraries required for running arduino -->
5052
<fileset dir=".." id="runtime.jars">
5153
<include name="arduino-core/arduino-core.jar" />

0 commit comments

Comments
 (0)