Skip to content

Commit cf562de

Browse files
committed
Fix dist path
1 parent 3064aeb commit cf562de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/build-osx.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
mkdir build
22
cd build
33

4-
cmake .. -DCMAKE_INSTALL_PREFIX=${FullDistributePath}/crash-handler -DNODEJS_NAME=${RuntimeName} -DNODEJS_URL=${RuntimeURL} -DNODEJS_VERSION=${RuntimeVersion} -DCMAKE_BUILD_TYPE=RelWithDebInfo
4+
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
57

68
cd ..
79

0 commit comments

Comments
 (0)