3681. [port] Update the Windows build system to support feature
selection and WIN64 builds. This is a work in
progress. [RT #34160]
This commit is contained in:
@@ -620,9 +620,11 @@ def set_path(command, default=None):
|
||||
def parse_args():
|
||||
"""Read command line arguments, set global 'args' structure"""
|
||||
global args
|
||||
bindir = 'bin';
|
||||
|
||||
compilezone = set_path('named-compilezone',
|
||||
'@prefix@/sbin/named-compilezone')
|
||||
os.path.join('@prefix@', bindir,
|
||||
'named-compilezone'))
|
||||
|
||||
parser = argparse.ArgumentParser(description=prog + ': checks future ' +
|
||||
'DNSKEY coverage for a zone')
|
||||
|
||||
Reference in New Issue
Block a user