diff options
Diffstat (limited to 'makefile.unix')
-rw-r--r-- | makefile.unix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile.unix b/makefile.unix index 3f99f0a143..6280a74951 100644 --- a/makefile.unix +++ b/makefile.unix @@ -23,8 +23,8 @@ LIBS= \ -Wl,-Bstatic \ -l boost_system -l boost_filesystem \ -l db_cxx \ - -Wl,-Bdynamic \ -l crypto \ + -Wl,-Bdynamic \ -l gthread-2.0 WXDEFS=-D__WXGTK__ -DNOPCH |