Skip to content

Commit 375fe69

Browse files
timholyvchuravy
authored andcommitted
Debug test failure
1 parent 1b622c6 commit 375fe69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/precompile.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1373,7 +1373,7 @@ function link_jilib(path, out, args=``)
13731373
LIBDIR = joinpath(Sys.BINDIR, "..", "lib")
13741374
LIBS = is_debug() ? `-ljulia-debug -ljulia-internal-debug` : `-ljulia -ljulia-internal`
13751375
ld() do ld
1376-
run(`$ld --shared --output=$out --whole-archive $path --no-whole-archive -L$(LIBDIR) $LIBS $args`)
1376+
run(`$ld --shared --output=$out --whole-archive $path --no-whole-archive -L$(LIBDIR) $LIBS $args`, stdin, stdout, stderr)
13771377
end
13781378
end
13791379

0 commit comments

Comments
 (0)