Skip to content

Commit 556207f

Browse files
committed
修复编译错误
1 parent 2c24244 commit 556207f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

make.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ function set_flag() {
2121
fi
2222
}
2323

24-
DEFAULT_CXXFLAGS="-std=c++11 -I ../include -shared -fPIC -s -O3 -ldl"
25-
DEFAULT_LDFLAGS=""
24+
DEFAULT_CXXFLAGS="-std=c++11 -I ../include -shared -fPIC -s -O3"
25+
DEFAULT_LDFLAGS="-ldl"
2626
DEFAULT_CXX=g++
2727

2828
set_flag CXX $DEFAULT_CXX

0 commit comments

Comments
 (0)