Skip to content

Commit

Permalink
Windows build: 64 bit: move icudt56.dll instead of copying it optimiz…
Browse files Browse the repository at this point in the history
…ing space
  • Loading branch information
Edouard Griffiths committed Apr 3, 2016
1 parent 962224e commit b3c1368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows64.install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ copy %msys2dir%\mingw64\bin\libpcre-1.dll %2
copy %msys2dir%\mingw64\bin\libpcre16-0.dll %2
copy %msys2dir%\mingw64\bin\libpng16-16.dll %2
copy %msys2dir%\mingw64\bin\zlib1.dll %2
copy %2\icudt56.dll %2\libicudt56.dll
move %2\icudt56.dll %2\libicudt56.dll
copy app\%1\sdrangel.exe %2
copy sdrbase\%1\sdrbase.dll %2
copy lz4\%1\lz4.dll %2
Expand Down

0 comments on commit b3c1368

Please sign in to comment.