I needed the ability to initialize with a custom sys image, so modified the jluna::initialize function a bit. Don't know if this is something you'd want in jluna, or even if it could cause other issues really... But dropping a draft PR here just in case.
julia_image_path changed to julia_bindir so that it and the new image_path args match up with the julia C API args for jl_init_with_imag.
I needed the ability to initialize with a custom sys image, so modified the
jluna::initialize
function a bit. Don't know if this is something you'd want in jluna, or even if it could cause other issues really... But dropping a draft PR here just in case.julia_image_path
changed tojulia_bindir
so that it and the newimage_path
args match up with the julia C API args forjl_init_with_imag
.