Skip to content

Commit d7d508a

Browse files
committed
fix up JS build dependency
1 parent 8ae6f72 commit d7d508a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

javascript/MaterialXTest/xmlIo.spec.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ describe('XmlIo', () =>
1010

1111
// These should be relative to cwd
1212
const includeTestPath = 'data/includes';
13-
const libraryPath = '../../libraries/stdlib';
13+
// const libraryPath = '../../libraries/stdlib';
14+
const libraryPath = '../build/libraries/DataLibraryBuild/stdlib';
1415
const examplesPath = '../../resources/Materials/Examples';
1516
// TODO: Is there a better way to get these filenames than hardcoding them here?
1617
// The C++ tests load all files in the given directories. This would work in Node, but not in the browser.

0 commit comments

Comments
 (0)