Skip to content

Commit

Permalink
As julia uses precompiled sysimg by default now, switch to do it as w…
Browse files Browse the repository at this point in the history
…ell. Fix #28 (#32)
  • Loading branch information
dhoegh committed Jan 5, 2017
1 parent 9f16433 commit f1a2645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BuildExecutable.jl
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ function emit_cmain(cfile, exename, relocation)
int main(int argc, char *argv[])
{
char sysji[] = "$(sysji).ji";
char sysji[] = "$(sysji).$(Libdl.dlext)";
char *sysji_env = getenv("JULIA_SYSIMAGE");
char mainfunc[] = "main()";
Expand Down

0 comments on commit f1a2645

Please sign in to comment.