aboutsummaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-12-16 10:31:25 +0100
committerMax Kellermann <max@duempel.org>2014-12-16 12:11:31 +0000
commitae8bdd473c0481d2685dbdee4bd2df73c4199250 (patch)
treea4c59b26e885de3840064c6cb4d1353f1064b522 /win32
parentadfc5db3d2bf0d7df972a687b1510db159b9137c (diff)
downloadmpd-ae8bdd473c0481d2685dbdee4bd2df73c4199250.tar.gz
mpd-ae8bdd473c0481d2685dbdee4bd2df73c4199250.tar.xz
mpd-ae8bdd473c0481d2685dbdee4bd2df73c4199250.zip
win32/build.py: remove unused variable "build_arch"
Diffstat (limited to 'win32')
-rwxr-xr-xwin32/build.py3
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')