1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

MacOSX: working directory for tests is changed

This commit is contained in:
Federico Fissore
2015-03-26 09:59:40 +01:00
parent f261f35907
commit aac484e364

View File

@ -48,7 +48,7 @@
<fail if="windows" unless="java_home" <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." /> 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"/> <os family="mac"/>
</condition> </condition>
<condition property="java.additional.library.path" value="."> <condition property="java.additional.library.path" value=".">