Skip to content

Commit fe7c103

Browse files
authored
Update system_image.jl
1 parent 1f535cf commit fe7c103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/system_image.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function compile_system_image(sysimg_path, cpu_target = nothing; debug = false)
1717
# At some point, I will need to understand build_object a bit better before doing that move, though!
1818
julia_cmd = Base.julia_cmd()
1919
julia = julia_cmd.exec[1]
20-
cpu_target = if cpu_target == nothing
20+
cpu_target = if cpu_target === nothing
2121
replace(julia_cmd.exec[2], "-C" => "")
2222
else
2323
cpu_target

0 commit comments

Comments
 (0)