Skip to content

Commit 41242ed

Browse files
committed
Correct binding.gyp - fixes #2
Thanks to @justinmchase for pointing this out.
1 parent b134dbf commit 41242ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Add a test target to your binding.gyp:
3333
]
3434
'include_dirs': [
3535
# your project include files
36-
'<!(node -e "require(\'cpppunitlite\')'
36+
'<!(node -e "require(\'cpppunitlite\')'")>
3737
]
3838
'dependencies': [
3939
'node_modules/cppunitlite/binding.gyp:CppUnitLite'

0 commit comments

Comments
 (0)