Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #28 #32

Merged
merged 1 commit into from
Jan 5, 2017
Merged

Fix #28 #32

merged 1 commit into from
Jan 5, 2017

Conversation

dhoegh
Copy link
Owner

@dhoegh dhoegh commented Jan 5, 2017

As julia uses precompiled sysimg by default now, switch to do it as well. Fix #28.

@dhoegh dhoegh merged commit f1a2645 into master Jan 5, 2017
@@ -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)";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this will make backtraces worse on Windows with Julia 0.4, may want to make this version 0.5-only?

dhoegh added a commit that referenced this pull request Jan 29, 2017
dhoegh added a commit that referenced this pull request Jan 29, 2017
Fix deprecations and the issue mentioned in #32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants