Skip to content

Commit 8c99dc9

Browse files
authored
solve compile link sequence.
1 parent a06528d commit 8c99dc9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

config

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ done
1111

1212
CORE_INCS="$CORE_INCS $ngx_addon_dir/include"
1313

14-
for lib in `find $ngx_addon_dir/slib -regex ".*\.a$"`
15-
do
16-
CORE_LIBS="$CORE_LIBS $lib"
17-
done
18-
19-
CORE_LIBS="$CORE_LIBS -lm -pthread"
14+
CORE_LIBS="$CORE_LIBS $ngx_addon_dir/slib/libpolaris_api.a $ngx_addon_dir/slib/libprotobuf.a -lm -pthread"
2015

2116

0 commit comments

Comments
 (0)