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

Commit ee0bb36

Browse files
committed
Don't compile delay hook into libsass
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
1 parent 43286a1 commit ee0bb36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libsass.gyp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
'targets': [
33
{
44
'target_name': 'libsass',
5+
'win_delay_load_hook': 'false',
56
'type': 'static_library',
67
'defines': [
78
'LIBSASS_VERSION="<!(node -e "process.stdout.write(require(\'../package.json\').libsass)")"'

0 commit comments

Comments
 (0)