Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
js2c: fix module id generation on windows
Fix a regression that was introduced in commit 2db758c ("iojs: introduce internal modules") where the computed id for "config.gypi" on Windows was not "config" but an empty string. With an empty string, the build succeeds but the binary is unusable: startup.processConfig() in src/node.js chokes on the missing .config property. PR-URL: #1281 Reviewed-By: Vladimir Kurchatkin <[email protected]>
- Loading branch information