Skip to content

Commit 896b376

Browse files
sample.json to match for macos (env vars)
1 parent 636c00b commit 896b376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RenderingToolkit/GettingStarted/04_oidn_gsg/sample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"cmake ..",
4747
"cmake --build . ",
4848
"cp ../accumulatedFrameCpp.pfm .",
49-
"./oidnDenoise -hdr accumulatedFrameCpp.pfm -o denoised.pfm"
49+
"export DYLD_LIBRARY_PATH=${LIBRARY_PATH} && ./oidnDenoise -hdr accumulatedFrameCpp.pfm -o denoised.pfm"
5050
]
5151
}
5252
]

0 commit comments

Comments
 (0)