Skip to content

gcc: install fixed dispatch/object.h header file - #771

Merged
certik merged 2 commits into
masterfrom
gcc_osx
May 16, 2015
Merged

gcc: install fixed dispatch/object.h header file#771
certik merged 2 commits into
masterfrom
gcc_osx

Conversation

@certik

Copy link
Copy Markdown
Member

Fixes#742.

I tested this, it is ready for review.

@certik

Copy link
Copy Markdown
MemberAuthor

I see, I should check first that the file exists, perhaps only do this on OS X 10.10 (previous versions do not have this problem).

@certik

Copy link
Copy Markdown
MemberAuthor

Done, it now tests if the file exists. I think that is sufficient, if the file exists but doesn't have the bug, it will just copy it, which should be safe.

@certik

Copy link
Copy Markdown
MemberAuthor

It still works on my OS X.

@jcftang

Copy link
Copy Markdown
Member

+1 looks good to me

@certik

Copy link
Copy Markdown
MemberAuthor

Thanks for the review, this PR is essential for OS X.

certik added a commit that referenced this pull request May 16, 2015
gcc: install fixed dispatch/object.h header file
@certik
certik merged commit f612c69 into masterMay 16, 2015
@certik
certik deleted the gcc_osx branch May 16, 2015 15:32
Sign up for freeto 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.

OS X 10.10: /usr/include/dispatch/object.h doesn't work with gcc

2 participants

@certik@jcftang