Skip to content

Fix the macOS build for 10.15#82

Merged
eXpl0it3r merged 1 commit intoTankOs:masterfrom
strega-nil:master
Sep 22, 2020
Merged

Fix the macOS build for 10.15#82
eXpl0it3r merged 1 commit intoTankOs:masterfrom
strega-nil:master

Conversation

@strega-nil
Copy link
Contributor

The explicit way of linking CoreFoundation used in the existing
CMakeLists.txt does not work on 10.15, and we can simplify it. The code
I used is based on a StackOverflow comment, and does work on my machine;
It builds, and HelloWorld runs perfectly well.

fixes #81

The explicit way of linking CoreFoundation used in the existing
CMakeLists.txt does not work on 10.15, and we can simplify it. The code
I used is based on a StackOverflow comment, and does work on my machine;
It builds, and HelloWorld runs perfectly well.
@strega-nil
Copy link
Contributor Author

@jayr713 ?

@zethon
Copy link

zethon commented Sep 21, 2020

I ran into this this morning and had to manually apply this patch. Is there a reason it hasn't been merged to master?

@eXpl0it3r eXpl0it3r added the bug label Sep 21, 2020
@eXpl0it3r
Copy link
Collaborator

@TankOs do you want to give this a look or can I merge it? 😉

@eXpl0it3r eXpl0it3r merged commit d37b377 into TankOs:master Sep 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Can't build on macOS 10.15

3 participants