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

add msys2 dll dependencies to build/bin

parent 01efc7a3
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,9 @@ lib_install:
-install -p $(system32)/msvcp71.dll $(DESTDIR)$(bindir)
-install -p $(system32)/msvcr71.dll $(DESTDIR)$(bindir)
#-install -p $(system32)/pthreadVC.dll $(DESTDIR)$(bindir)
install -p $(bin_src)/libwinpthread-1.dll $(DESTDIR)$(bindir)
install -p $(bin_src)/libgcc_s_dw2-1.dll $(DESTDIR)$(bindir)
install -p $(bin_src)/libstdc++-6.dll $(DESTDIR)$(bindir)
exe_install:
......
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