Code gardening

- Removing unused code sections
This commit is contained in:
Jacob Alexander
2019-10-17 00:45:14 -07:00
parent 8062e6f401
commit 964f514180
6 changed files with 3 additions and 345 deletions

View File

@@ -28,7 +28,7 @@ def build_libcapnp(bundle_dir, build_dir):
if shutil.which('ninja'):
build_type = ['-G', 'Ninja']
# Determine python shell architecture
# Determine python shell architecture for Windows
python_arch = 8 * struct.calcsize("P")
build_arch = []
build_flags = []