Skip to content

Commit c6479ce

Browse files
committed
Update make.sh
1 parent 58df419 commit c6479ce

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

make.sh

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

24-
DEFAULT_CXXFLAGS="-std=c++11 -I ../include -shared -fPIC -s -O3"
25-
DEFAULT_LDFLAGS="-lpthread"
24+
25+
DEFAULT_CXXFLAGS="-std=c++11 -I$CS_DEV_PATH/include -I../include -shared -fPIC -s -O3"
26+
DEFAULT_LDFLAGS="-L$CS_DEV_PATH/lib -lcovscript -lpthread"
2627
DEFAULT_CXX=g++
2728

2829
set_flag CXX $DEFAULT_CXX

0 commit comments

Comments
 (0)