Skip to content

Commit 0bcf5af

Browse files
committed
Fix issue #128
Remove nested wx libraries, because that caused linker errors on macOS for static linking.
1 parent 3ca6769 commit 0bcf5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ noinst_HEADERS = \
6464
src/sqlite3mc_amalgamation.h
6565

6666
lib@WXSQLITE3_LIBNAME@_la_LDFLAGS = -no-undefined $(AM_LDFLAGS)
67-
lib@WXSQLITE3_LIBNAME@_la_LIBADD = $(WX_LIBS)
67+
lib@WXSQLITE3_LIBNAME@_la_LIBADD =
6868

6969

7070
# Samples (don't need to be installed).

0 commit comments

Comments
 (0)