Skip to content

Commit

Permalink
Update Environment.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin authored Aug 1, 2021
1 parent f76c373 commit 232657c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion project/Environment.scala
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,5 @@ object Environment {
def dependOnNative(native: ClasspathDependency) =
if (pdalDependOnNative == "true") Seq(native) else Seq.empty

lazy val versionSuffix = either("PDAL_VERSION_SUFFIX", "-SNAPSHOT")
lazy val pdalDependOnNative = either("PDAL_DEPEND_ON_NATIVE", "true")
}

0 comments on commit 232657c

Please sign in to comment.