diff options
Diffstat (limited to 'test cases/python/4 custom target depends extmodule/blaster.py')
| -rw-r--r-- | test cases/python/4 custom target depends extmodule/blaster.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test cases/python/4 custom target depends extmodule/blaster.py b/test cases/python/4 custom target depends extmodule/blaster.py index 65b6493df..939010080 100644 --- a/test cases/python/4 custom target depends extmodule/blaster.py +++ b/test cases/python/4 custom target depends extmodule/blaster.py @@ -7,8 +7,7 @@ import argparse from pathlib import Path filedir = Path(os.path.dirname(__file__)).resolve() -if list(filedir.glob('ext/*tachyon*')): - sys.path.insert(0, (filedir / 'ext').as_posix()) +sys.path.insert(0, (filedir / 'ext').as_posix()) if hasattr(os, 'add_dll_directory'): os.add_dll_directory(filedir / 'ext' / 'lib') |
