Skip to content

Commit 7944b4b

Browse files
committed
Adding OSX mGearWeightDriver variant
1 parent c79e65b commit 7944b4b

6 files changed

Lines changed: 13 additions & 0 deletions

File tree

build.sh

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#!/bin/bash
2+
3+
# Exit immediately if a command exits with a non-zero status
4+
set -e
5+
6+
7+
cmake -G "Xcode" -DMAYA_VERSION=2026 \
8+
-DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" \
9+
-DMaya_DIR=/Applications/Autodesk/maya2026/Maya.app/Contents/ \
10+
-DCMAKE_CXX_STANDARD=11 \
11+
-DCMAKE_CXX_STANDARD_REQUIRED=ON
12+
13+
cmake --build . --config Release
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)