Skip to content

Commit 453d81a

Browse files
committed
Fix library path.
1 parent e1f88aa commit 453d81a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/kc/prefs/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ LIBS = $(GTK_LIBS)
1010
if TARGET_MINGW
1111
SYSLIB=../../../src/sys/mingw/libsys_mingw.a
1212
else
13-
SYSLIB=../../../src/sys/linux/libsys_linux.a
13+
SYSLIB=../../../src/sys/unix/libsys_unix.a
1414
endif
1515

1616
t_prefs_SOURCES = t_prefs.cc

0 commit comments

Comments
 (0)