diff options
Diffstat (limited to '')
-rwxr-xr-x | install-win32/makeopenvpn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install-win32/makeopenvpn b/install-win32/makeopenvpn index ced2a54..9dee5c5 100755 --- a/install-win32/makeopenvpn +++ b/install-win32/makeopenvpn @@ -10,6 +10,7 @@ case "`uname -o 2>/dev/null`" in export CC=i586-mingw32msvc-gcc export CXXCPP=i586-mingw32msvc-cpp export CXX=i586-mingw32msvc-g++ + export WINDRES=i586-mingw32msvc-windres # this requires the human to setup these environ vars: # OPENSSL_DIR LZO_DIR PKCS11_HELPER_DIR OPENSSL_INC_DIR=$OPENSSL_DIR/include |