We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e205074 commit 4c8437bCopy full SHA for 4c8437b
make.sh
@@ -21,8 +21,8 @@ function set_flag() {
21
fi
22
}
23
24
-DEFAULT_CXXFLAGS="-std=c++11 -I ../include -shared -fPIC -s -O3"
25
-DEFAULT_LDFLAGS=""
+DEFAULT_CXXFLAGS="-std=c++11 -I$CS_DEV_PATH/include -I../include -shared -fPIC -s -O3"
+DEFAULT_LDFLAGS="-L$CS_DEV_PATH/lib -lcovscript"
26
DEFAULT_CXX=g++
27
28
set_flag CXX $DEFAULT_CXX
@@ -41,5 +41,4 @@ done
41
mkdir -p build
42
cd build
43
mkdir -p imports
44
-$CXX $CXXFLAGS ../regex.cpp $LDFLAGS -o ./imports/regex.cse
45
-
+$CXX $CXXFLAGS ../regex.cpp $LDFLAGS -o ./imports/regex.cse
0 commit comments