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

OSX fixes #494

Merged
merged 4 commits into from
Jul 13, 2015
Merged

OSX fixes #494

merged 4 commits into from
Jul 13, 2015

Conversation

zrax
Copy link
Member

@zrax zrax commented Jul 12, 2015

It doesn't make everything build on Mac yet, but it at least gets the tools and tests fully building, and gets a bit further along with the rest.


# Same story for expat
option(EXPAT_IS_STATIC "Using the static version of libexpat" ON)
if(WIN32)
Copy link
Member

Choose a reason for hiding this comment

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

???

Copy link
Member Author

Choose a reason for hiding this comment

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

If you read the commit message, the CURL_IS_STATIC and EXPAT_IS_STATIC flags are meaningless outside of WIN32 (i.e. they only control whether to use __declspec(dllimport) / __declspec(dllexport)). I discovered that I've been leaving them set to the default (ON) for ages even though my system libs are not static.

@Hoikas
Copy link
Member

Hoikas commented Jul 12, 2015

Seems fine to me 👍

Hoikas added a commit that referenced this pull request Jul 13, 2015
@Hoikas Hoikas merged commit a82df73 into H-uru:master Jul 13, 2015
@zrax zrax deleted the apple branch July 16, 2015 07:48
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.

None yet

2 participants