Skip to content
This repository was archived by the owner on Aug 16, 2019. It is now read-only.

Commit 7aaeb8d

Browse files
committed
fix bug of output libname
1 parent ce0c3e9 commit 7aaeb8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_twisted.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SOURCES=("sendmsg.c" "raiser.c")
1212
BUILD_DIR="$ROOT/build/$LIB_NAME"
1313
LIB_DIR="$BUILD_DIR/lib"
1414
PY_DIR="$BUILD_DIR/twisted"
15-
EXT_LIB_NAME="libt$LIB_NAME_ext.a"
15+
EXT_LIB_NAME="lib$LIB_NAME.a"
1616
PYTHON_INCLUDE="$ROOT/build/python/universal/include/python2.7"
1717

1818
source _build_package.sh

0 commit comments

Comments
 (0)