mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
Macosx: providing a default to MACOSX_BUNDLED_JVM
This commit is contained in:
@ -46,6 +46,8 @@
|
|||||||
<condition property="launch4j-download-unpack-target-name" value="launch4j-windows"><os family="windows" /></condition>
|
<condition property="launch4j-download-unpack-target-name" value="launch4j-windows"><os family="windows" /></condition>
|
||||||
<property name="launch4j-download-unpack-target-name" value="launch4j-linux"/>
|
<property name="launch4j-download-unpack-target-name" value="launch4j-linux"/>
|
||||||
|
|
||||||
|
<property name="MACOSX_BUNDLED_JVM" value="${java.home}/../"/>
|
||||||
|
|
||||||
<!-- Libraries required for running arduino -->
|
<!-- Libraries required for running arduino -->
|
||||||
<fileset dir=".." id="runtime.jars">
|
<fileset dir=".." id="runtime.jars">
|
||||||
<include name="arduino-core/arduino-core.jar" />
|
<include name="arduino-core/arduino-core.jar" />
|
||||||
|
Reference in New Issue
Block a user