remove OpenSSL changes
This commit is contained in:
parent
b73719ed4e
commit
eee9100d8b
1 changed files with 0 additions and 6 deletions
|
@ -1,11 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Prepare OpenSSL
|
|
||||||
rm -rf /opt/windev/openssl-latest_qt64s/lib/libcrypto.dll.a && \
|
|
||||||
rm -rf /opt/windev/openssl-latest_qt64s/lib/libssl.dll.a && \
|
|
||||||
cp -Rf /opt/windev/openssl-latest_qt64s/lib/libcrypto.a /opt/windev/openssl-latest_qt64s/lib/libcrypto.dll.a && \
|
|
||||||
cp -Rf /opt/windev/openssl-latest_qt64s/lib/libssl.a /opt/windev/openssl-latest_qt64s/lib/libssl.dll.a && \
|
|
||||||
|
|
||||||
# Prepare environment variable
|
# Prepare environment variable
|
||||||
export GTA5VIEW_EXECUTABLE=gta5view-${EXECUTABLE_VERSION}${EXECUTABLE_ARCH}.exe && \
|
export GTA5VIEW_EXECUTABLE=gta5view-${EXECUTABLE_VERSION}${EXECUTABLE_ARCH}.exe && \
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue