libpkgconf: personality: default: set want_default_static and want_default_pure to true on windows

pull/216/head
Ariadne Conill 2021-03-18 06:03:32 -06:00
parent f9531ce9fe
commit 008d706958
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@
static bool default_personality_init = false;
static pkgconf_cross_personality_t default_personality = {
.name = "default",
#ifdef _WIN32
.want_default_static = true,
.want_default_pure = true,
#endif
};
static inline void