Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Don't compile delay hook into libsass #1147

Merged
merged 1 commit into from
Sep 16, 2015
Merged

Don't compile delay hook into libsass #1147

merged 1 commit into from
Sep 16, 2015

Conversation

saper
Copy link
Member

@saper saper commented Sep 16, 2015

Windows delay hook feature is only needed
on the main module, linked into the shared
library. Don't compile and include
it second time in the bundled libsass.

Related: nodejs/node-gyp#732

@saper
Copy link
Member Author

saper commented Sep 16, 2015

@am11 it seems that the delay hook gets compiled by default into every gyp target. We certainly don't need in the libsass part, we only need it in the main module.

Can you check if we still can link at runtime to iojs.exe and node.exe without problems after this change?

Windows delay hook feature is only needed
on the main module, linked into the shared
library. Don't compile and include
it second time in the bundled libsass.

Related: nodejs/node-gyp#732
@am11
Copy link
Contributor

am11 commented Sep 16, 2015

Tested with iojs v3.3.1 and its alias node and both compile Sass code with same binary (generated by iojs scripts/build -f).
LGTM. 👍 :shipit:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants