Skip to content

Commit

Permalink
Merge pull request #20 from catcher-in-the-try/patch-1
Browse files Browse the repository at this point in the history
build: remove `ls` in Makefile to help building on Windows
  • Loading branch information
dotSlashLu authored Aug 6, 2018
2 parents 2504d2d + 02835a0 commit 6d6df6c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,16 @@
"sources": [
"./src/nodescws.cc",
"./src/scws.cc",
"<!@(ls -1 ./src/libscws/*.c)",
"./src/libscws/charset.c",
"./src/libscws/crc32.c",
"./src/libscws/darray.c",
"./src/libscws/lock.c",
"./src/libscws/pool.c",
"./src/libscws/rule.c",
"./src/libscws/scws.c",
"./src/libscws/xdb.c",
"./src/libscws/xdict.c",
"./src/libscws/xtree.c",
"./src/cjson/cJSON.c"
],
"include_dirs": [
Expand Down

0 comments on commit 6d6df6c

Please sign in to comment.