Skip to content

Commit c668f71

Browse files
committed
clean up
Signed-off-by: Nick Shelton <nick.shelton@dreamworks.com>
1 parent b6a1994 commit c668f71

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

building/.DS_Store

-6 KB
Binary file not shown.

building/macOS/macOS_build.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ Houdini 20 is officially supported.
5353
---
5454
### Step 4. Build the dependencies
5555
Note: If building for Houdini you'll need to build moonray against Houdini's USD libraries.
56-
You'll want to skip building USD during this step by adding `-DNOUSD=1` to the first cmake
56+
You'll want to skip building USD during this step by adding `-DNO_USD=1` to the first cmake
5757
command below: `cmake -DNO_USD=1 ../building/macOS`. You should clean
5858
the build-deps/ and installs/ directory if you have previously installed the dependencies
59-
without passing -DNOUSD=1, to remove any USD related files or step 5 may fail to link to
59+
without passing -DNO_USD=1, to remove any USD related files or step 5 may fail to link to
6060
Houdini's USD libs.
6161
```bash
6262
cd /Applications/MoonRay/build-deps

scripts/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ while [ "$(basename ${install_root})" != "installs" ]
1212
do
1313
install_root=$(dirname ${install_root})
1414

15-
if [ "${install_root}" == "/" ]
15+
if [[ "${install_root}" == "/" ]]
1616
then
1717
echo "Could not find install root. Be sure you are running this script from the installed location."
1818
exit 1

0 commit comments

Comments
 (0)