diff options
author | Rechi <Rechi@users.noreply.github.com> | 2017-06-21 10:33:09 +0200 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2017-06-21 10:33:09 +0200 |
commit | d4ef0d756fd1af0eecffce3f49a3cee86c6da1e2 (patch) | |
tree | 096fe868a567ae2498269e6a90d90c07cb6fcd5c /cmake/installdata | |
parent | 55fa60c74b3c36ade6079ab5b1ae39d2c94ec6ea (diff) |
[windows][mingwlibs] change installdirectory to project/BuildDependencies/mingwlibs/$ARCHITECTURE
Diffstat (limited to 'cmake/installdata')
-rw-r--r-- | cmake/installdata/windows/dlls.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/installdata/windows/dlls.txt b/cmake/installdata/windows/dlls.txt index bfd9011ad8..e6ea5fff30 100644 --- a/cmake/installdata/windows/dlls.txt +++ b/cmake/installdata/windows/dlls.txt @@ -2,3 +2,4 @@ system/*.dll . project/BuildDependencies/${ARCH}/bin/libbluray*.jar . project/Win32BuildSetup/dependencies/python27.dll . project/BuildDependencies/${ARCH}/bin/*.dll . +project/BuildDependencies/mingwlibs/${ARCH}/bin/*.dll . |