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: .S is an extension for asm file on Windows #115

Merged
merged 1 commit into from Aug 9, 2021

Conversation

zcbenz
Copy link
Contributor

@zcbenz zcbenz commented Aug 9, 2021

OpenSSL use .S extension for asm files and the ninja generator does not recognize it on Windows.

OpenSSL use `.S` extension for asm files and the ninja generator does not recognize it on Windows.
@zcbenz
Copy link
Contributor Author

zcbenz commented Aug 9, 2021

For POSIX systems ninja uses cc instead of asm command for .S files and it has been working fine, so I'm not touching that part.

Copy link
Contributor

@ryzokuken ryzokuken left a comment

Choose a reason for hiding this comment

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

Thanks!

@gengjiawen
Copy link
Member

OpenSSL use .S extension for asm files and the ninja generator does not recognize it on Windows.

V8 use it too. Looks like a common pattern for asm for windows.

@gengjiawen gengjiawen merged commit d2fad44 into nodejs:main Aug 9, 2021
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.

None yet

3 participants