diff options
-rwxr-xr-x | win32/build.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/win32/build.py b/win32/build.py index a516ece87..8a80b6318 100755 --- a/win32/build.py +++ b/win32/build.py @@ -18,9 +18,6 @@ src_path = os.path.join(lib_path, 'src') build_path = os.path.join(lib_path, 'build') root_path = os.path.join(lib_path, 'root') -# build host configuration -build_arch = 'linux-x86_64' - # redirect pkg-config to use our root directory instead of the default # one on the build host os.environ['PKG_CONFIG_LIBDIR'] = os.path.join(root_path, 'lib/pkgconfig') |