-lpthread -> -pthread for mymake target

This commit is contained in:
still-flow 2020-05-28 20:00:33 +03:00
parent 4386f86efb
commit b2a930f0f6
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ savepng$(OBJ_EXTENSION): savepng.cpp
$(CXX) -O2 $(CXXFLAGS) -c savepng.cpp -o $@
mymake$(EXE_EXTENSION): mymake.cpp
$(CXX) -O2 $(CXXFLAGS) mymake.cpp -lpthread -o $@
$(CXX) -O2 $(CXXFLAGS) mymake.cpp -pthread -o $@
emscripten: hyper.html