Skip to content

Commit

Permalink
[buildSrc] fix test with platform libs enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
vvlevchenko committed Sep 28, 2017
1 parent 910e79a commit 788d86b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ fun handleExceptionContinuation(x: (Throwable) -> Unit): Continuation<Any?> = ob

createOutputDirectory()
def program = buildExePath()
def suffix = targetManager.programSuffix
def exe = "$program$suffix"
def suffix = targetManager.target.family.exeSuffix
def exe = "$program.$suffix"

compileTest(buildCompileList(), program)

Expand Down

0 comments on commit 788d86b

Please sign in to comment.