We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f261f35 commit aac484eCopy full SHA for aac484e
app/build.xml
@@ -48,7 +48,7 @@
48
<fail if="windows" unless="java_home"
49
message="The JAVA_HOME variable must be set to the location of a full JDK. For instance, on Windows, this might be c:\jdk1.6.0_18." />
50
51
- <condition property="work.dir" value="../build/macosx/work/Arduino.app/Contents/Resources/Java/">
+ <condition property="work.dir" value="../build/macosx/work/Arduino.app/Contents/Java/">
52
<os family="mac"/>
53
</condition>
54
<condition property="java.additional.library.path" value=".">
0 commit comments