-
Notifications
You must be signed in to change notification settings - Fork 52
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
Fixes issue #49 #106
Fixes issue #49 #106
Conversation
added .s file extension for assembly support |
Are you sure this fixes #49? The original problem was reported for |
I can make the change, would it be best to support both *.S and *.s? Or does CNIOBoringSSL not support *.s at all? |
I think having two |
I committed the changes to this PR and they appear to be reflected when I verify in the Files Changed section. Let me know if this works, or if a new PR should be opened. New to this repo |
That seem to be a reason of a non-stable test setup. I tried to stabilize it in #81, but still without success. |
Fixes issue #49