diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2016-10-10 19:50:51 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2016-10-15 11:50:39 +0200 |
commit | c31ad71f10f68705a456b4257c084d4008c34370 (patch) | |
tree | 661ac3c986d69876eda544a8292949e924e819ad /SConstruct | |
parent | 16ba665db6bbd7f15aadc35fda87d69d0b220bf7 (diff) |
enet: Split enet thirdparty files and allow unbundling
Building against shared libraries only implemented for Linux X11 so far.
TODO: Document Godot's modifications of upstream enet.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct index 3f2f1e5b23..19c62a9d15 100644 --- a/SConstruct +++ b/SConstruct @@ -135,6 +135,7 @@ opts.Add('etc1','etc1 Texture compression support (yes/no)','yes') opts.Add('builtin_zlib','Use built-in zlib (yes/no)','yes') opts.Add('openssl','Use OpenSSL (yes/no/builtin)','no') opts.Add('musepack','Musepack Audio (yes/no)','yes') +opts.Add('enet','ENet library (system/builtin)','builtin') opts.Add("CXX", "C++ Compiler") opts.Add("CC", "C Compiler") opts.Add("CCFLAGS", "Custom flags for the C++ compiler"); |