1
0

fixes sbt error during first run

This commit is contained in:
Scott Beamer 2014-09-02 14:34:36 -07:00
parent 83c6c2c9e2
commit f9922a106b

View File

@ -1,7 +1,7 @@
// Provide a managed dependency on chisel if -DchiselVersion="" is
// supplied on the command line.
val chiselVersion = System.getProperty("chiselVersion", "None")
lazy val chiselVersion = System.getProperty("chiselVersion", "None")
libraryDependencies ++= ( if (chiselVersion != "None" ) (
"edu.berkeley.cs" %% "chisel" % chiselVersion