Skip to content

Commit ded6405

Browse files
tkflucatrv
authored andcommitted
Fix a typo: JULIAC_PROGRAMLIBNAME (#143)
1 parent 5c4dfed commit ded6405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/static_julia.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ function build_shared(s_file, o_file, init_shared, builddir, verbose, optimize,
273273
void init_jl_runtime() // alternate name for jl_init_with_image, with hardcoded library name
274274
{
275275
// JULIAC_PROGRAM_LIBNAME defined on command-line for compilation
276-
const char rel_libname[] = JULIAC_PROGRAMLIBNAME;
276+
const char rel_libname[] = JULIAC_PROGRAM_LIBNAME;
277277
jl_init_with_image(NULL, rel_libname);
278278
}
279279
void exit_jl_runtime(int retcode) // alternate name for jl_atexit_hook

0 commit comments

Comments
 (0)