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 some English typo #3579

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix some English typo #3579

wants to merge 1 commit into from

Conversation

Jarod42
Copy link
Contributor

@Jarod42 Jarod42 commented Jan 25, 2025

Fix some English typo

@@ -69,7 +69,7 @@ if(UNIX)
if(IS_FREEBSD)
set(ADDITIONAL_LIBRARIES "-lkvm -lutil")
elseif(IS_NETBSD)
set(ADDTIONAL_LIBRARIES "-lutil")
set(ADDITIONAL_LIBRARIES "-lutil")
Copy link
Contributor Author

Choose a reason for hiding this comment

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

That is also a fix.
if NETBSD-build worked, the extra lib seems unneeded BTW

@@ -49,7 +49,7 @@ if(UNIX)
if(IS_FREEBSD)
set(ADDITIONAL_LIBRARIES "-lkvm -lutil")
elseif(IS_NETBSD)
set(ADDTIONAL_LIBRARIES "-lutil")
set(ADDITIONAL_LIBRARIES "-lutil")
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Same here.

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