Skip to content

Commit b790922

Browse files
Update build_test.sh
1 parent 4830d34 commit b790922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/C/build_test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ fi
3838

3939
gcc -v -g -O0 `mysql_config --cflags` \
4040
-o ./rpl_test_2 ./rpl_test_2.c \
41-
-lm -lrt -ldl -L../../ -lmysql_rpl_listener -L../../openssl/lib -lssl `mysql_config --libs` -lpthread -ldl -Wl,-rpath,../../
41+
-lm -lrt -ldl -L../../ -lmysql_rpl_listener `mysql_config --libs` -lpthread -ldl -Wl,-rpath,../../
4242

4343

4444

0 commit comments

Comments
 (0)