Jay Cook

Results 1 issues of Jay Cook

Fix for [issue #738](https://github.com/JuliaLang/PackageCompiler.jl/issues/738), which conditionally adds the `-Wl,-ld_classic` flags to `o_file_flags` in `create_sysimg_from_object_file` based on Xcode CLT version. All credit to @PhilReinhold for this code; I'm simply opening this...