You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do not have a lot of knowledge about makefiles. Is it possible to add an elif statement to check for MinGW like you check for Darwin: ifeq ($(uname_S),Darwin)?
The text was updated successfully, but these errors were encountered:
I needed to remove
-ldl
option and add linking flags:-pthread -static -static-libgcc
, so that the line looks like:I do not have a lot of knowledge about makefiles. Is it possible to add an elif statement to check for MinGW like you check for Darwin:
ifeq ($(uname_S),Darwin)
?The text was updated successfully, but these errors were encountered: