Building of native image fails if ant
clobber` has been called
#340
Labels
bug
Fixes an issue, incorrect implementation
ant
clobber` has been called
#340
Linux-only (I assume)
A call to
ant native
after anant clobber
makes the build fail with the following error:The directory
SVM_HOSTED_NATIVE
is indeed missing. It is usually generated by a call tomx build
in the substratevm directory.it comes from a change made on the
dev
branch (theclobber
command actually cleans the truffle build, along with this directory) - I assume a call tomx build
for the substratevm is missing somewhere, that orclobber
is being overzealous.The text was updated successfully, but these errors were encountered: