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