Changeset d4746ea in gitlab

Timestamp:
May 15, 2018, 3:33:15 PM (6 years ago)
Author:
Thomas Bernard <miniupnp@…>
Branches:
master
Children:
0890c44
Parents:
5865be3
git-author:
Thomas Bernard <miniupnp@…> (15/05/2018 11:28:53)
git-committer:
Thomas Bernard <miniupnp@…> (15/05/2018 15:33:15)
Message:

Fix MacOS file case in include

<corefoundation/corefoundation.h>
should be
<CoreFoundation/CoreFoundation.h>

Many MacOS FS are case insensitives, but not all, so we must use
the correct case.

Issue detected by the MacPorts buildbot : https://trac.macports.org/ticket/56490

(No files)

Note: See TracChangeset for help on using the changeset viewer.