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

Add a crutch to better detect snow binary extension dir. #848

Merged
merged 1 commit into from Aug 3, 2022
Merged

Add a crutch to better detect snow binary extension dir. #848

merged 1 commit into from Aug 3, 2022

Conversation

ghost
Copy link

@ghost ghost commented Aug 3, 2022

This is not a fix in any meaningful sense of the word, but better than nothing.

@@ -1383,7 +1383,8 @@
(chibi (eval '(current-module-path) (environment '(chibi))))
(else (process->sexp
'(chibi-scheme -q -p "(current-module-path)"))))))
(lib-dir (find (lambda (d) (string-contains d "/lib")) dirs)))
(lib-dir (find (lambda (d) (and (equal? (string-ref d 0) #\/)
(string-contains d "/lib"))) dirs)))
Copy link
Owner

Choose a reason for hiding this comment

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

Please fix the indentation.

Copy link
Author

Choose a reason for hiding this comment

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

Better now?

Copy link
Owner

Choose a reason for hiding this comment

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

Don't forget to push the change :)

@ashinn ashinn merged commit 2f50a6c into ashinn:master Aug 3, 2022
@ashinn
Copy link
Owner

ashinn commented Aug 3, 2022

I'll probably revert this soon anyway...

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.

1 participant