We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e0277 commit 4f65132Copy full SHA for 4f65132
src/Makefile.windows.mk
@@ -22,7 +22,7 @@ SRCS = base/uid.cpp \
22
sys/file.cpp sys/git.cpp sys/jute.cpp sys/log.cpp sys/metrics.cpp sys/process.cpp sys/setup.cpp sys/util.cpp sys/web_client.cpp
23
24
loda: $(SRCS)
25
- cl /EHsc /Feloda.exe $(CXXFLAGS) $(SRCS) Dbghelp.lib
+ cl /EHsc /Feloda.exe $(CXXFLAGS) $(SRCS)
26
copy loda.exe ..
27
28
clean:
0 commit comments