mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-19 13:54:23 +01:00
MacOSX: working directory for tests is changed
This commit is contained in:
parent
f261f35907
commit
aac484e364
@ -48,7 +48,7 @@
|
||||
<fail if="windows" unless="java_home"
|
||||
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." />
|
||||
|
||||
<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/">
|
||||
<os family="mac"/>
|
||||
</condition>
|
||||
<condition property="java.additional.library.path" value=".">
|
||||
|
Loading…
x
Reference in New Issue
Block a user