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 59eb51e commit 4b1107dCopy full SHA for 4b1107d
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="-ldl"
+DEFAULT_CXXFLAGS="-std=c++11 -I$CS_DEV_PATH/include -I../include -shared -fPIC -s -O3"
+DEFAULT_LDFLAGS="-L$CS_DEV_PATH/lib -lcovscript -ldl"
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 ../darwin.cpp $LDFLAGS -o ./imports/darwin.cse
45
-
+$CXX $CXXFLAGS ../darwin.cpp $LDFLAGS -o ./imports/darwin.cse
0 commit comments