From 4e1a5eefffac0dc0017cd3eac4dbff78479bd7d9 Mon Sep 17 00:00:00 2001 From: Janet Anderson Date: Tue, 4 Mar 2014 09:21:35 -0600 Subject: [PATCH] Set BUILD_CLASS to HOST. --- configure/os/CONFIG.windows-x64.windows-x64-static | 1 + 1 file changed, 1 insertion(+) diff --git a/configure/os/CONFIG.windows-x64.windows-x64-static b/configure/os/CONFIG.windows-x64.windows-x64-static index 940b67b81..8a6fd20f9 100644 --- a/configure/os/CONFIG.windows-x64.windows-x64-static +++ b/configure/os/CONFIG.windows-x64.windows-x64-static @@ -9,5 +9,6 @@ include $(CONFIG)/os/CONFIG.windows-x64.windows-x64 +BUILD_CLASS = HOST SHARED_LIBRARIES = NO STATIC_BUILD = YES