Skip to content

Commit 5334cb1

Browse files
committed
Update make.sh
1 parent 4b1107d commit 5334cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function set_flag() {
2222
}
2323

2424
DEFAULT_CXXFLAGS="-std=c++11 -I$CS_DEV_PATH/include -I../include -shared -fPIC -s -O3"
25-
DEFAULT_LDFLAGS="-L$CS_DEV_PATH/lib -lcovscript -ldl"
25+
DEFAULT_LDFLAGS="-L$CS_DEV_PATH/lib -lcovscript"
2626
DEFAULT_CXX=g++
2727

2828
set_flag CXX $DEFAULT_CXX

0 commit comments

Comments
 (0)