win32/build.py: remove unused variable "build_arch"

This commit is contained in:
Max Kellermann 2014-12-16 10:31:25 +01:00
parent adfc5db3d2
commit ae8bdd473c
1 changed files with 0 additions and 3 deletions

View File

@ -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')