Skip to content

Commit

Permalink
Merge 080d99f into 8640c77
Browse files Browse the repository at this point in the history
  • Loading branch information
smarr committed Dec 27, 2019
2 parents 8640c77 + 080d99f commit dc0380e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -135,7 +135,7 @@
<target name="clobber" description="Do clean, and also clean truffle build" depends="clean,clean-truffle">
<travis target="clobber" start="clobber" />

<exec executable="${mx.cmd}" dir="${svm.dir}" failonerror="true">
<exec executable="${mx.cmd}" dir="${svm.dir}" failonerror="true" if:true="${truffle.and.jvmci.present}">
<arg value="--dynamicimports"/>
<arg value="../truffle,../tools,../compiler,../sdk"/>
<arg value="fsckprojects"/>
Expand Down

0 comments on commit dc0380e

Please sign in to comment.