Skip to content

Commit

Permalink
Log resolved platform identifier in Gradle script.
Browse files Browse the repository at this point in the history
Signed-off-by: Kenneth J. Shackleton <[email protected]>
  • Loading branch information
kennethshackleton committed Feb 10, 2024
1 parent 11fe8e7 commit 965e860
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SQLite3/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ fun osName() = System.getProperty("os.name").lowercase(Locale.US).run {
}

fun platformIdentifier() = "${osName()}-${System.getProperty("os.arch")}"
logger.quiet("Resolved platform identifier: {}", platformIdentifier())

tasks.register<Copy>("buildHost") {
dependsOn("makeSQLite")
Expand Down

0 comments on commit 965e860

Please sign in to comment.