X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=meson.build;h=82aa72238fe51ca53a70d077b20a9a2d3e53f732;hb=4436af55e55e79b496264fe114039fbc1198d71f;hp=43ae9744ce599fa5604f4413aaac04ec1469c007;hpb=bc4df95a48857aa4ab65fb47eabd48c48d650ca0;p=tinc diff --git a/meson.build b/meson.build index 43ae9744..82aa7223 100644 --- a/meson.build +++ b/meson.build @@ -20,6 +20,7 @@ opt_lz4 = get_option('lz4') opt_lzo = get_option('lzo') opt_miniupnpc = get_option('miniupnpc') opt_readline = get_option('readline') +opt_sandbox = get_option('sandbox') opt_static = get_option('static') opt_systemd = get_option('systemd') opt_tests = get_option('tests')