We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f535cf commit fe7c103Copy full SHA for fe7c103
src/system_image.jl
@@ -17,7 +17,7 @@ function compile_system_image(sysimg_path, cpu_target = nothing; debug = false)
17
# At some point, I will need to understand build_object a bit better before doing that move, though!
18
julia_cmd = Base.julia_cmd()
19
julia = julia_cmd.exec[1]
20
- cpu_target = if cpu_target == nothing
+ cpu_target = if cpu_target === nothing
21
replace(julia_cmd.exec[2], "-C" => "")
22
else
23
cpu_target
0 commit comments