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 16, 2017
1 parent cf52be3 commit 334053d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -250,7 +250,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 334053d

Please sign in to comment.