diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-09-13 16:29:51 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-09-13 16:29:51 +0200 |
commit | b6d246ccf2add02e723138e539ffa70643822e46 (patch) | |
tree | b580f13ad580bb9227fc30ea0e6eb2eb6baa1e47 /openvpn/config.h | |
parent | d1d2218f664a723e4eee626d6b683ff16f2bf912 (diff) |
Make openvpn version report the real ABI
Diffstat (limited to 'openvpn/config.h')
-rw-r--r-- | openvpn/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openvpn/config.h b/openvpn/config.h index e7e54dc5..6684f70d 100644 --- a/openvpn/config.h +++ b/openvpn/config.h @@ -490,7 +490,7 @@ #define TAP_WIN32_MIN_MINOR 1 /* A string representing our target */ -#define TARGET_ALIAS "arm-linux-androideabi" +#define TARGET_ALIAS TARGET_ABI /* Are we running on Mac OS X? */ /* #undef TARGET_DARWIN */ |