Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 221 Bytes

File metadata and controls

9 lines (5 loc) · 221 Bytes

Lua HTTPS

Compile on MacOS

cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$PWD/install -DCMAKE_CXX_FLAGS="-fobjc-arc -std=c++11 -stdlib=libc++" cmake --build build --target install