File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -6,19 +6,14 @@ export DEPS="libuiohook-osx-1.1-sl.0"
6
6
wget --quiet --retry-connrefused --waitretry=1 https://obs-studio-deployment.s3-us-west-2.amazonaws.com/libuiohook-osx-1.1-sl.0.tar.gz
7
7
tar -xf ./${DEPS} .tar.gz -C ./deps
8
8
9
- mkdir build
10
- cd build
11
-
12
9
# Configure
13
- cmake .. \
14
- -DUIOHOOKDIR=${PWD} /.. /deps/${DEPS} \
10
+ cmake ${BUILDDIRECTORY} \
11
+ -DUIOHOOKDIR=${PWD} /./deps/${DEPS} \
15
12
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
16
13
-DCMAKE_INSTALL_PREFIX=${FULLDISTRIBUTEPATH} /node-libuiohook
17
14
-DNODEJS_NAME=${RUNTIMENAME} \
18
15
-DNODEJS_URL=${RUNTIMEURL} \
19
16
-DNODEJS_VERSION=${RUNTIMEVERSION}
20
17
21
- cd ..
22
-
23
18
# Build
24
- cmake --build build --target install --config RelWithDebInfo
19
+ cmake --build ${BUILDDIRECTORY} --target install --config RelWithDebInfo
You can’t perform that action at this time.
0 commit comments