Skip to content

Commit d61bd25

Browse files
committed
Build molecule loading plugins staticly.
The dynamic plugins are completely duplicated and can error on dlopen depending on compiler, and I don't want to figure that out. Given that they're build statically anyway, just omit making the .so files.
1 parent 0b61841 commit d61bd25

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vmd/plugins/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ distrib:
156156
include Make-arch
157157

158158
molfilelibs:
159-
cd molfile_plugin; $(MAKE) dynlibs && cd .. || exit 1
160159
cd molfile_plugin; $(MAKE) staticlibs && cd .. || exit 1
161160

162161
win32molfilelibs:

0 commit comments

Comments
 (0)