Remove workarounds for building static Windows binaries

The faulty linker search path should no longer be present.
This commit is contained in:
Martchus 2019-01-05 01:53:14 +01:00
parent f0175878db
commit b88a1ab855
3 changed files with 0 additions and 3 deletions

View File

@ -37,7 +37,6 @@ build() {
-DSVG_SUPPORT:BOOL=ON \
-DSVG_ICON_SUPPORT:BOOL=0N \
../
find . -type f -iname 'linklibs.rsp' -exec sed -i "s|-L/lib||g" {} \;
make
popd
done

View File

@ -51,7 +51,6 @@ build() {
-DSVG_SUPPORT:BOOL=ON \
-DSVG_ICON_SUPPORT:BOOL=0N \
../
find . -type f -iname 'linklibs.rsp' -exec sed -i "s|-L/lib||g" {} \;
make
popd
done

View File

@ -58,7 +58,6 @@ build() {
-DSVG_SUPPORT:BOOL=ON \
-DSVG_ICON_SUPPORT:BOOL=0N \
../
find . -type f -iname 'linklibs.rsp' -exec sed -i "s|-L/lib||g" {} \;
make
popd
done