mceSystems / node-jsc

A node.js port to the JavaScriptCore engine and iOS
Other
221 stars 16 forks source link

Use "webkit" instead of "WebKit" for directory name #9

Closed Constellation closed 5 years ago

Constellation commented 5 years ago

Many Linux FSes are case sensitive for path names. Use "webkit" instead of "WebKit" since the actual directory name is "webkit".

MCE-KobyBo commented 5 years ago

Thanks!