fixes sbt error during first run
This commit is contained in:
parent
83c6c2c9e2
commit
f9922a106b
@ -1,7 +1,7 @@
|
|||||||
// Provide a managed dependency on chisel if -DchiselVersion="" is
|
// Provide a managed dependency on chisel if -DchiselVersion="" is
|
||||||
// supplied on the command line.
|
// supplied on the command line.
|
||||||
|
|
||||||
val chiselVersion = System.getProperty("chiselVersion", "None")
|
lazy val chiselVersion = System.getProperty("chiselVersion", "None")
|
||||||
|
|
||||||
libraryDependencies ++= ( if (chiselVersion != "None" ) (
|
libraryDependencies ++= ( if (chiselVersion != "None" ) (
|
||||||
"edu.berkeley.cs" %% "chisel" % chiselVersion
|
"edu.berkeley.cs" %% "chisel" % chiselVersion
|
||||||
|
Loading…
Reference in New Issue
Block a user