Skip to content

Commit

Permalink
link in dbghelp.dll
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Aug 8, 2017
1 parent 0d9e126 commit e249652
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure/os/CONFIG.linux-x86.win32-x86-mingw
Expand Up @@ -21,4 +21,4 @@ LOADABLE_SHRLIB_LDFLAGS = -shared \
GNU_LDLIBS_YES =

# Link with system libraries
OP_SYS_LDLIBS = -lws2_32 -ladvapi32 -luser32 -lkernel32 -lwinmm
OP_SYS_LDLIBS = -lws2_32 -ladvapi32 -luser32 -lkernel32 -lwinmm -ldbghelp
2 changes: 1 addition & 1 deletion configure/os/CONFIG.linux-x86.windows-x64-mingw
Expand Up @@ -21,4 +21,4 @@ LOADABLE_SHRLIB_LDFLAGS = -shared \
GNU_LDLIBS_YES =

# Link with winsock2
OP_SYS_LDLIBS = -lws2_32
OP_SYS_LDLIBS = -lws2_32 -ldbghelp
2 changes: 1 addition & 1 deletion configure/os/CONFIG.win32-x86-mingw.win32-x86-mingw
Expand Up @@ -32,4 +32,4 @@ LOADABLE_SHRLIB_LDFLAGS = -shared \
GNU_LDLIBS_YES =

# Link with system libraries
OP_SYS_LDLIBS = -lws2_32 -ladvapi32 -luser32 -lkernel32 -lwinmm
OP_SYS_LDLIBS = -lws2_32 -ladvapi32 -luser32 -lkernel32 -lwinmm -ldbghelp

0 comments on commit e249652

Please sign in to comment.