|
|
@@ -90,10 +90,15 @@ |
|
|
|
<echo> dotnetapps.found=${dotnetapps.found}</echo> |
|
|
|
|
|
|
|
<condition property="mono.executable" value="mono"> |
|
|
|
<or> |
|
|
|
<available file="mono" filepath="${env.PATH}" /> |
|
|
|
<available file="mono.exe" filepath="${env.PATH}" /> |
|
|
|
</or> |
|
|
|
<and> |
|
|
|
<not> |
|
|
|
<os family="mac"/> |
|
|
|
</not> |
|
|
|
<or> |
|
|
|
<available file="mono" filepath="${env.PATH}" /> |
|
|
|
<available file="mono.exe" filepath="${env.PATH}" /> |
|
|
|
</or> |
|
|
|
</and> |
|
|
|
</condition> |
|
|
|
<property name="mono.executable" value="mint"/> |
|
|
|
</target> |
|
|
|