openvpn-build
openvpn-build copied to clipboard
why snapshots are built without lzo, lz4 ?
https://github.com/OpenVPN/openvpn-build/blob/master/windows-nsis/build-snapshot#L35
any special purpose of that ?
Hmm, not sure. Does it build fine with --disable-lzo and --disable-lz4 removed?
if we remove --disable-lz4, so lz4 would be built from compat-lz4 (it is a way windows installers are built), but we need to build lzo.
I think, build-complete and build-snapshot are somewhat very similar, I'll try to combine them into single script
@chipitsine : ok.
those snapshots don't exist anymore