Skip to content

Commit

Permalink
Fix libjawt.dylib detection.
Browse files Browse the repository at this point in the history
  • Loading branch information
Spasi committed Nov 21, 2014
1 parent e429e26 commit 4567863
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform_build/macosx_ant/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@

<target name="link" depends="init">
<condition property="jdk_lib" value="${java.home}/lib">
<available file="${java.home}/lib" type="dir"/>
<available file="${java.home}/lib/libjawt.dylib" type="file"/>
</condition>
<condition property="jdk_lib" value="${java.home}../Libraries">
<condition property="jdk_lib" value="${java.home}/../Libraries">
<not><isset property="jdk_lib"/></not>
</condition>

Expand Down

0 comments on commit 4567863

Please sign in to comment.