diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-02-19 13:00:45 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-02-21 16:13:03 +0200 |
commit | ff4a38a32766942ce5c4be6d6510f800a9f8e0d9 (patch) | |
tree | a65783d82d1b0f225c885c39923e89db55eef9ae /depends/hosts | |
parent | 28aa0e3ca0a6cfeb5b2b63929d4bc58de6ee6f02 (diff) |
build: Fix configuring depends with cmake
Diffstat (limited to 'depends/hosts')
-rw-r--r-- | depends/hosts/mingw32.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/hosts/mingw32.mk b/depends/hosts/mingw32.mk index 2f370d2b87..48020d71af 100644 --- a/depends/hosts/mingw32.mk +++ b/depends/hosts/mingw32.mk @@ -13,4 +13,4 @@ mingw32_debug_CXXFLAGS=$(mingw32_debug_CFLAGS) mingw32_debug_CPPFLAGS=-D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC -mingw_cmake_system=Windows +mingw32_cmake_system=Windows |