mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
Always append PATH on Windows (needed to dload mpi wrapper libs)
This commit is contained in:
parent
79a6b56aae
commit
0929527ae3
@ -35,8 +35,7 @@ if sys.platform.startswith('win'):
|
||||
v = sys.version_info
|
||||
if v.major == 3 and v.minor >= 8:
|
||||
os.add_dll_directory(_netgen_bin_dir)
|
||||
else:
|
||||
os.environ['PATH'] += ';'+_netgen_bin_dir
|
||||
os.environ['PATH'] += ';'+_netgen_bin_dir
|
||||
|
||||
del sys
|
||||
del os
|
||||
|
Loading…
Reference in New Issue
Block a user