mirror of https://github.com/sbt/sbt.git
replace NATIVE with Native
This commit is contained in:
parent
a985d4f079
commit
e37ce28e81
|
|
@ -97,7 +97,7 @@ object ProjectMatrix {
|
|||
val jvmDirectorySuffix: String = "-jvm"
|
||||
val jsIdSuffix: String = "JS"
|
||||
val jsDirectorySuffix: String = "-js"
|
||||
val nativeIdSuffix: String = "NATIVE"
|
||||
val nativeIdSuffix: String = "Native"
|
||||
val nativeDirectorySuffix: String = "-native"
|
||||
|
||||
/** A row in the project matrix, typically representing a platform.
|
||||
|
|
|
|||
Loading…
Reference in New Issue