moved setFork so that its only used when needed by native code

This commit is contained in:
Bagu is my name. Show my code to River Man 2009-12-17 19:46:52 +01:00 committed by Phil Hagelberg
parent 8d35fe3f91
commit 7661ebe493

View file

@ -83,6 +83,7 @@
(.setValue (:compile-path project))))
(when-let [path (or (:native-path project)
(find-native-lib-path project))]
(.setFork java true)
(.addSysproperty java (doto (Environment$Variable.)
(.setKey "java.library.path")
(.setValue (cond