diff options
Diffstat (limited to 'compiler-rt/lib/builtins/CMakeLists.txt')
| -rw-r--r-- | compiler-rt/lib/builtins/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/builtins/CMakeLists.txt b/compiler-rt/lib/builtins/CMakeLists.txt index 65d8aca9bdc..5ffad1d47b1 100644 --- a/compiler-rt/lib/builtins/CMakeLists.txt +++ b/compiler-rt/lib/builtins/CMakeLists.txt @@ -154,7 +154,7 @@ if(APPLE) atomic_thread_fence.c) endif() -if(NOT WIN32) +if(NOT WIN32 OR MINGW) set(GENERIC_SOURCES ${GENERIC_SOURCES} emutls.c) |

