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 #474 (BSD build support) #489

Merged
merged 2 commits into from
May 31, 2021

Conversation

spookyvision
Copy link
Contributor

fix #474

@@ -10,6 +11,11 @@ else()
set(LIN_LIBS dl)
endif()

# adapt for BSD pthreads API
Copy link

Choose a reason for hiding this comment

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

Also this comment is wrong? This is about struct stat, not pthreads.

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 certainly explains my error :D (I was mixing up two things, therefore the "BSD" if)

@azonenberg azonenberg merged commit 1bae7a2 into ngscopeclient:master May 31, 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.

BSD build support
3 participants