Skip to content

Commit

Permalink
Update build_test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
masterofweb12 authored Jul 1, 2022
1 parent 4830d34 commit b790922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/C/build_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ fi

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



0 comments on commit b790922

Please sign in to comment.