Skip to content

Commit

Permalink
Switch to luv wrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
creationix committed Sep 26, 2014
1 parent 9413f91 commit b66f76a
Show file tree
Hide file tree
Showing 22 changed files with 453 additions and 990 deletions.
5 changes: 4 additions & 1 deletion Makefile.luajit
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
CFLAGS+= -Ilibuv/include -I/usr/local/include/luajit-2.0 -I/usr/include/luajit-2.0\
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64\
-Werror -Wall -Wextra -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement
-Werror -Wall -Wextra -Wstrict-prototypes\
-Wold-style-definition -Wmissing-prototypes\
-Wmissing-declarations -Wdeclaration-after-statement\
-Wunused-function

uname_S=$(shell uname -s)
ifeq (Darwin, $(uname_S))
Expand Down
Loading

0 comments on commit b66f76a

Please sign in to comment.