diff options
author | Sam Clegg <sbc@chromium.org> | 2019-11-21 18:51:52 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-21 18:51:52 -0800 |
commit | 1eba845b3abbf7fcc2d49b76198bdc3a563fc698 (patch) | |
tree | 2baf4d6f651894de539d07106f61de576bfec0aa /CMakeLists.txt | |
parent | 291333af0cc5acb2ed17172bdc4a258d8f1fda44 (diff) | |
download | wabt-1eba845b3abbf7fcc2d49b76198bdc3a563fc698.tar.gz wabt-1eba845b3abbf7fcc2d49b76198bdc3a563fc698.tar.bz2 wabt-1eba845b3abbf7fcc2d49b76198bdc3a563fc698.zip |
Avoid os.path.relpath in gen-spec-js.py (#1246)
relpath here was failing with on windows when TMPDIR is on a different
drive. This is because `new_module_filename` lives in the TMPDIR
where and json_dir might be on different drive.
These paths don't get embedded in the final JS anyway because we
embed them directly binary strings so its not important that they are
relative.
Diffstat (limited to 'CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions