We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3064aeb commit cf562deCopy full SHA for cf562de
ci/build-osx.sh
@@ -1,7 +1,9 @@
1
mkdir build
2
cd build
3
4
-cmake .. -DCMAKE_INSTALL_PREFIX=${FullDistributePath}/crash-handler -DNODEJS_NAME=${RuntimeName} -DNODEJS_URL=${RuntimeURL} -DNODEJS_VERSION=${RuntimeVersion} -DCMAKE_BUILD_TYPE=RelWithDebInfo
+mkdir crash-handler
5
+
6
+cmake .. -DCMAKE_INSTALL_PREFIX=${PWD}/build/crash-handler -DNODEJS_NAME=${RuntimeName} -DNODEJS_URL=${RuntimeURL} -DNODEJS_VERSION=${RuntimeVersion} -DCMAKE_BUILD_TYPE=RelWithDebInfo
7
8
cd ..
9
0 commit comments