Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyfer committed Jan 4, 2018
1 parent 0ea34e4 commit 7b1c458
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion binding.gyp
Expand Up @@ -82,7 +82,8 @@
}],
['OS!="win"', {
'cflags_cc+': [
'-std=c++0x'
'-std=c++0x',
'-s WASM=1',
]
}]
]
Expand Down
3 changes: 2 additions & 1 deletion src/libsass.gyp
Expand Up @@ -102,7 +102,8 @@
}],
['OS!="win"', {
'cflags_cc+': [
'-std=c++0x'
'-std=c++0x',
'-s WASM=1',
]
}]
]
Expand Down

0 comments on commit 7b1c458

Please sign in to comment.