Skip to content
Snippets Groups Projects
Commit 34bba1c2 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

comment out the pthreadVC.dll lib

parent e8663e6e
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ lib_install:
# if these are installed, include them in the build root
-install -p $(system32)/msvcp71.dll $(DESTDIR)$(bindir)
-install -p $(system32)/msvcr71.dll $(DESTDIR)$(bindir)
-install -p $(system32)/pthreadVC.dll $(DESTDIR)$(bindir)
#-install -p $(system32)/pthreadVC.dll $(DESTDIR)$(bindir)
# these go into the Pd package's lib dir
install -d $(DESTDIR)$(libdir)/dde1.3
cp -rp /usr/local/lib/dde1.3/* $(DESTDIR)$(libdir)/dde1.3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment