CI updates

This commit is contained in:
Markus F.X.J. Oberhumer
2023-11-14 19:15:34 +01:00
parent c479fe32b3
commit f74c225338
28 changed files with 228 additions and 162 deletions
-6
View File
@@ -83,12 +83,6 @@ ACC_COMPILE_TIME_ASSERT_HEADER((char) (-1) == 255)
#endif // UPX_CONFIG_DISABLE_WSTRICT
// multithreading (UPX currently does not use multithreading)
#if (WITH_THREADS) && defined(_WIN32) && defined(__GLIBCXX__)
#if !defined(_GLIBCXX_HAS_GTHREADS)
#error "broken MinGW installation: missing _GLIBCXX_HAS_GTHREADS"
#undef WITH_THREADS
#endif
#endif
#if (WITH_THREADS)
#define upx_thread_local thread_local
#define upx_std_atomic(Type) std::atomic<Type>