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

Changed Build-Unix.xml to check if make installed

parent 731f332f
Branches
Tags
No related merge requests found
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
<property environment="env"/> <property environment="env"/>
<available file="./jni/.libs/libtsk_jni.dylib" property="tsk_dylib.present"/> <available file="./jni/.libs/libtsk_jni.dylib" property="tsk_dylib.present"/>
<available file="./jni/.libs/libtsk_jni.so" property="tsk_so.present"/> <available file="./jni/.libs/libtsk_jni.so" property="tsk_so.present"/>
<!-- TODO: Add a check here to give a warning if none of these are found <available file="./jni/.libs/libtsk_jni.a" property="present"/>
<fail unless="pres" message="Run make install on The Sleuthkit."/> --> <fail unless="present" message="Run make install on The Sleuthkit."/>
</target> </target>
<!-- OS X --> <!-- OS X -->
...@@ -47,5 +47,4 @@ ...@@ -47,5 +47,4 @@
<!-- depends targets take care of the actual copying since the file differs on OS X and Linux --> <!-- depends targets take care of the actual copying since the file differs on OS X and Linux -->
<!-- This assumes that TSK, libewf, and zlib have been installed on the system and those libraries will be with normal loading approaches --> <!-- This assumes that TSK, libewf, and zlib have been installed on the system and those libraries will be with normal loading approaches -->
</target> </target>
</project> </project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment