Skip to content

Commit

Permalink
Merge pull request #8 from Nikoli/build_system
Browse files Browse the repository at this point in the history
Fix linking with system wxsqlite3
  • Loading branch information
lintest committed Nov 16, 2013
2 parents 949974c + d36d71a commit 4aff570
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -9218,7 +9218,7 @@ if test "x$USE_WXSQL" = "xbuiltin" ; then
WX_CXXFLAGS="-I\$(srcdir)/3rdparty/wxsqlite3/include $WX_CXXFLAGS"
WX_LIBS="-lmrl_wxsqlite3 $WX_LIBS"
else
WX_LIBS="-lwxsqlite3-2.8 $WX_LIBS"
WX_LIBS="-lwxcode_gtk2u_wxsqlite3-2.8 $WX_LIBS"
fi


Expand Down
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ if test "x$USE_WXSQL" = "xbuiltin" ; then
WX_CXXFLAGS="-I\$(srcdir)/3rdparty/wxsqlite3/include $WX_CXXFLAGS"
WX_LIBS="-lmrl_wxsqlite3 $WX_LIBS"
else
WX_LIBS="-lwxsqlite3-2.8 $WX_LIBS"
WX_LIBS="-lwxcode_gtk2u_wxsqlite3-2.8 $WX_LIBS"
fi

dnl ==================
Expand Down

0 comments on commit 4aff570

Please sign in to comment.