diff options
| author | Elliott Sales de Andrade | 2017-09-25 00:04:49 -0400 |
|---|---|---|
| committer | Elliott Sales de Andrade | 2017-09-25 14:36:02 -0400 |
| commit | ffab67b8daea8e3379824105439eba8226b72fde (patch) | |
| tree | bc12f51abfdec242fb0e42a04f02a3de9359fce5 /platform/uwp/detect.py | |
| parent | f9e463bce2607c5136acc79ecd495f8b62b8e5ad (diff) | |
| download | godot-ffab67b8daea8e3379824105439eba8226b72fde.tar.gz godot-ffab67b8daea8e3379824105439eba8226b72fde.tar.zst godot-ffab67b8daea8e3379824105439eba8226b72fde.zip | |
Diffstat (limited to 'platform/uwp/detect.py')
| -rw-r--r-- | platform/uwp/detect.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/uwp/detect.py b/platform/uwp/detect.py index 23929dd80..af53f9744 100644 --- a/platform/uwp/detect.py +++ b/platform/uwp/detect.py @@ -33,8 +33,8 @@ def get_opts(): def get_flags(): return [ - ('tools', 'no'), - ('xaudio2', 'yes'), + ('tools', False), + ('xaudio2', True), ] |
