We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9eda2e commit cd3235bCopy full SHA for cd3235b
wrappers/python/wheels.github/setup.py
@@ -60,7 +60,7 @@ def arefiles(files):
60
MODULE_PATH = os.path.join('wrappers', 'python', 'moordyn')
61
MOORDYN_PATH = os.path.join(os.path.abspath(os.path.dirname(__file__)),
62
'source')
63
-MOORDYN_SRCS = [os.path.join('wrappers', 'python', 'testvtk.cpp')]
+MOORDYN_SRCS = [os.path.join('wrappers', 'python', 'ctestvtk.cpp')]
64
65
if os.path.isdir(MODULE_PATH):
66
# We better copy the moordyn module on the root
0 commit comments