summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2021-10-22 22:30:01 +0200
committerAndras Timar <andras.timar@collabora.com>2021-10-23 19:33:14 +0200
commit5c30093f5bcc9f2d2c5ec072263ca0d58337924e (patch)
tree3ce2ef10498b6f0e42bdeb8b6663e2c1c7ea814b /configure.ac
parentf732e20b5704b1fe13d7247d208892c65e74847a (diff)
[cp] Fix of Win32 MSP creation
Change-Id: Id7743b45958a53fa5e3034836ba280dfddcc2e2e
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ed5f5a3c2ad5..491c9338a31c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3660,7 +3660,7 @@ cygwin*|wsl*)
esac
SCPDEFS="$SCPDEFS -D_MSC_VER"
- AC_SUBST(WIN_BUILD_ARCH)
+ AC_SUBST(WIN_HOST_ARCH)
;;
esac