avoid including path name of libjvm.so in avian-dynamic

This commit is contained in:
Joel Dice 2010-09-10 17:44:53 -06:00
parent 64100d17c7
commit b62d07996f

View File

@ -741,7 +741,7 @@ ifdef msvc
-PDB:$(@).pdb -IMPLIB:$(@).lib $(<) -out:$(@) -MANIFESTFILE:$(@).manifest
$(mt) -manifest $(@).manifest -outputresource:"$(@);1"
else
$(ld) $(^) $(lflags) -o $(@)
$(ld) $(<) -L$(native-build) -ljvm $(lflags) -o $(@)
endif
$(strip) $(strip-all) $(@)