Skip to content

Commit

Permalink
include daemon directory for Win32 mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
majestrate committed Apr 21, 2017
1 parent 598897c commit 150a309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.mingw
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WINDRES = windres
CXXFLAGS = -Os -D_MT -DWIN32 -D_WINDOWS -DWIN32_LEAN_AND_MEAN
NEEDED_CXXFLAGS = -std=c++11
BOOST_SUFFIX = -mt
INCFLAGS = -I/usr/include/ -I/usr/local/include/ -I.
INCFLAGS = -I/usr/include/ -I/usr/local/include/ -I. -Idaemon
LDFLAGS = -Wl,-rpath,/usr/local/lib -L/usr/local/lib

# UPNP Support
Expand Down

0 comments on commit 150a309

Please sign in to comment.