Skip to content

Commit aac484e

Browse files
author
Federico Fissore
committed
MacOSX: working directory for tests is changed
1 parent f261f35 commit aac484e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<fail if="windows" unless="java_home"
4949
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." />
5050

51-
<condition property="work.dir" value="../build/macosx/work/Arduino.app/Contents/Resources/Java/">
51+
<condition property="work.dir" value="../build/macosx/work/Arduino.app/Contents/Java/">
5252
<os family="mac"/>
5353
</condition>
5454
<condition property="java.additional.library.path" value=".">

0 commit comments

Comments
 (0)