mirror of
https://github.com/curl/curl.git
synced 2025-03-13 15:37:04 +08:00
os400: Default build to target current release
V6R1M0 is not available as a target release since IBM i 7.2. To keep from having to keep this up to date in git, default to the current release. Users can configure this to whatever release they want to actually build for. Closes #8455
This commit is contained in:
parent
d324ac81fb
commit
a70600ca59
@ -71,7 +71,7 @@ setenv TGTCCSID '500' # Target CCSID of objects.
|
||||
setenv DEBUG '*ALL' # Debug level.
|
||||
setenv OPTIMIZE '10' # Optimisation level
|
||||
setenv OUTPUT '*NONE' # Compilation output option.
|
||||
setenv TGTRLS 'V6R1M0' # Target OS release.
|
||||
setenv TGTRLS '*CURRENT' # Target OS release.
|
||||
setenv IFSDIR '/curl' # Installation IFS directory.
|
||||
|
||||
# Define ZLIB availability and locations.
|
||||
|
Loading…
x
Reference in New Issue
Block a user