movableink / webkit

Unofficial mirror of the WebKit SVN repository
http://www.webkit.org/
59 stars 11 forks source link

Ensure macos sets include_dir2 to include #2

Closed mnutt closed 1 year ago

mnutt commented 6 years ago

It was producing:

QT.webkit.includes = "/usr/local/Cellar/qtwebkit/HEAD-4a32feb_1/lib/QtWebKit.framework/Headers" "/usr/local/Cellar/qtwebkit/HEAD-4a32feb_1/"

When we wanted it to produce:

QT.webkit.includes = "/usr/local/Cellar/qtwebkit/HEAD-4a32feb_1/lib/QtWebKit.framework/Headers" "/usr/local/Cellar/qtwebkit/HEAD-4a32feb_1/include"