Skip to content

Commit a5fa01d

Browse files
committed
Add support to set shared library name
1 parent 512b2fc commit a5fa01d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
COMPILER=cc
44
TARGET_DIR=./mysql-plugin/src
5-
TARGET_FILE=mysql_notification
5+
TARGET_FILE=${TARGET_FILE:-mysql_notification}
66
MYSQL_INCLUDE_DIR=${MYSQL_INCLUDE_DIR:-/usr/include/mysql}
77
MYSQL_PLUGIN_DIR=${MYSQL_PLUGIN_DIR:-/usr/lib/mysql/plugin}
88
SERVER_PORT=${SERVER_PORT:-2048}

0 commit comments

Comments
 (0)