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

Fails to compile on older OSX (< MAC_OS_X_VERSION_10_12) #11

Closed
x42 opened this issue Jan 6, 2020 · 1 comment
Closed

Fails to compile on older OSX (< MAC_OS_X_VERSION_10_12) #11

x42 opened this issue Jan 6, 2020 · 1 comment

Comments

@x42
Copy link
Contributor

x42 commented Jan 6, 2020

Same issue as lv2/pugl#16 src/cocoa_in_gtk2.mm needs

#ifndef MAC_OS_X_VERSION_10_12
#define MAC_OS_X_VERSION_10_12 101200
#endif
@drobilla
Copy link
Collaborator

drobilla commented Jan 6, 2020

Fixed in 31b6c21, thanks.

@drobilla drobilla closed this as completed Jan 6, 2020
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

No branches or pull requests

2 participants