Skip to content
Snippets Groups Projects
Commit 9db30bd8 authored by Sean-M's avatar Sean-M
Browse files

fixed ant commands

parent 415fb8c7
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<condition property="ewfFound"> <condition property="ewfFound">
<or> <or>
<isset property="env.LIBEWF_HOME"/> <isset property="env.LIBEWF_HOME"/>
<os family="mac"/> <os family="unix"/>
</or> </or>
</condition> </condition>
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<property name="test-results" location="test/output/results"/> <property name="test-results" location="test/output/results"/>
<property name="test-input" location="test/input"/> <property name="test-input" location="test/input"/>
<property name="test-types" location="test/org/sleuthkit/datamodel"/> <property name="test-types" location="test/org/sleuthkit/datamodel"/>
<condition property="dlls" value="jni"> <condition property="dlls" value="jni/.libs">
<os family="unix"/> <os family="unix"/>
</condition> </condition>
<condition property="dlls" value="${env.LIBEWF_HOME}/msvscpp/zlib;${env.LIBEWF_HOME}/msvscpp/Release;../../win32/Release"> <condition property="dlls" value="${env.LIBEWF_HOME}/msvscpp/zlib;${env.LIBEWF_HOME}/msvscpp/Release;../../win32/Release">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment