diff options
Diffstat (limited to 'homebrew/libwebsockets/.make.sh-auto')
-rw-r--r-- | homebrew/libwebsockets/.make.sh-auto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/libwebsockets/.make.sh-auto b/homebrew/libwebsockets/.make.sh-auto new file mode 100644 index 000000000..d497b4dd7 --- /dev/null +++ b/homebrew/libwebsockets/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +cmake . -DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE} -DLWS_IPV6=ON -DLWS_WITH_HTTP2=ON -DLWS_WITH_LIBEVENT=ON -DLWS_WITH_LIBUV=ON -DLWS_WITH_PLUGINS=ON -DLWS_WITHOUT_TESTAPPS=ON -DLWS_UNIX_SOCK=ON +make +make DESTDIR=${PKG_DEST} install |