Skip to content

Commit

Permalink
Report native lib compilation failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Duhemm committed May 8, 2017
1 parent f74e043 commit 2cf42dc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -240,7 +240,7 @@ object ScalaNativePluginInternal {
logger.running(compilec)
val result = Process(compilec, cwd) ! logger
if (result != 0) {
println("Failed to compile native library runtime code.")
sys.error("Failed to compile native library runtime code.")
}
}
}
Expand Down

0 comments on commit 2cf42dc

Please sign in to comment.