Remove use of mingw-std-threads

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-04-22 19:41:20 +02:00
parent 792a3405b0
commit 57cea708dc
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
10 changed files with 0 additions and 112 deletions

1
deps/Makefile vendored
View file

@ -57,7 +57,6 @@ BASE_FLAGS += -D_USE_MATH_DEFINES
BASE_FLAGS += -DWIN32_LEAN_AND_MEAN
BASE_FLAGS += -D_WIN32_WINNT=0x0600
BASE_FLAGS += -I$(abspath ../include/mingw-compat)
BASE_FLAGS += -I$(abspath ../include/mingw-std-threads)
endif
BUILD_C_FLAGS += -fno-finite-math-only -fno-strict-aliasing