mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
fix windows setup.exe generation
This commit is contained in:
parent
b2b39d5416
commit
83b5108c3b
3 changed files with 4 additions and 0 deletions
|
|
@ -98,6 +98,7 @@ other-cherrypick:
|
|||
/mingw/bin/libstdc++-6.dll \
|
||||
/mingw/bin/libintl-8.dll \
|
||||
/mingw/bin/libiconv-2.dll \
|
||||
/mingw/bin/pthreadGC2.dll \
|
||||
$(INSTALLDIR_WITH_PREFIX)/bin/.
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ In mingw shell, run
|
|||
mingw-get install msys-zip
|
||||
mingw-get install msys-unzip
|
||||
mingw-get install msys-wget
|
||||
mingw-get install msys-libopenssl
|
||||
|
||||
mkdir -p /opt/perl/bin
|
||||
cp /bin/perl /opt/perl/bin/.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
./bin/avcodec-53.dll
|
||||
./bin/avutil-51.dll
|
||||
./bin/libeay32.dll
|
||||
./bin/ssleay32.dll
|
||||
./bin/libeXosip2-7.dll
|
||||
./bin/libogg-0.dll
|
||||
./bin/libtheora-0.dll
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue