Skip to content

Commit

Permalink
modified: Julia/ispc_toolchain.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
jvo203 committed Oct 27, 2021
1 parent 3ba2de8 commit ec3f881
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Julia/ispc_toolchain.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ gcc == "" && error("gcc is required")
end

@static if Sys.islinux()
link(objfile, libfile) =
run(`$gcc -shared -Wl,-export-dynamic "$objfile" -o "$libfile"`)
link(objfile, libfile) = run(`$gcc -shared -Wl,-export-dynamic "$objfile" -o "$libfile"`)
end

@static if Sys.iswindows()
Expand Down

0 comments on commit ec3f881

Please sign in to comment.