Skip to content

Commit 9268c23

Browse files
Update sample.json for healthier pathing... CI affect only.
1 parent 7b6f329 commit 9268c23

File tree

1 file changed

+1
-1
lines changed
  • RenderingToolkit/GettingStarted/03_openvkl_gsg

1 file changed

+1
-1
lines changed

RenderingToolkit/GettingStarted/03_openvkl_gsg/sample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"cd build",
4444
"cmake ..",
4545
"cmake --build . ",
46-
"export DYLD_LIBRARY_PATH=${LIBRARY_PATH} && ./vklTutorial"
46+
"export DYLD_LIBRARY_PATH=${ONEAPI_ROOT}/openvkl/latest/lib:${ONEAPI_ROOT}/rkcommon/latest/lib:${ONEAPI_ROOT}/tbb/latest/lib:${ONEAPI_ROOT}/embree/latest/lib && ./vklTutorial"
4747
]
4848
}
4949
]

0 commit comments

Comments
 (0)