mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-18 06:50:27 +00:00
-lpthread -> -pthread for mymake target
This commit is contained in:
parent
4386f86efb
commit
b2a930f0f6
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user