0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-01 01:28:54 +02:00

configure.ac: Add -pthread cxxflag to all units.

This commit is contained in:
Jason Volk 2018-06-01 05:27:56 -07:00
parent abe921c3ad
commit 416dc9a679

View file

@ -1359,6 +1359,7 @@ AM_COND_IF([MINGW],
[
], [
CXXFLAGS+=" -pthread"
LIBS+="-lpthread -latomic"
])