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

Adding OpenBSD's sndio support. #2707

Merged
merged 1 commit into from
Mar 26, 2016
Merged

Adding OpenBSD's sndio support. #2707

merged 1 commit into from
Mar 26, 2016

Conversation

devnexen
Copy link
Contributor

Updating jackmsr's work, adding sndio cmake module.
Updating 64 bits OS arch detection (amd64).

Updating jackmsr's work, adding sndio cmake module.
Updating 64 bits OS arch detection (amd64).
@@ -27,7 +27,7 @@ ELSE(WIN32)
EXEC_PROGRAM( ${CMAKE_C_COMPILER} ARGS "-dumpmachine ${CMAKE_C_FLAGS}" OUTPUT_VARIABLE Machine )
MESSAGE("Machine: ${Machine}")
STRING(REGEX MATCH "i.86" IS_X86 "${Machine}")
STRING(REGEX MATCH "86_64" IS_X86_64 "${Machine}")
STRING(REGEX MATCH "86_64|amd64" IS_X86_64 "${Machine}")
Copy link
Member

Choose a reason for hiding this comment

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

👍

@tresf
Copy link
Member

tresf commented Mar 26, 2016

Nice work! Merging since Travis likes it and only OpenBSD should be affected, so the sooner we merge, the faster we'll have testing.

@tresf tresf merged commit f7c8094 into LMMS:master Mar 26, 2016
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.

2 participants