mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-27 20:05:10 +00:00
build: forward compiler selection to seastar configuration
This commit is contained in:
@@ -433,6 +433,8 @@ if args.dpdk:
|
||||
elif args.dpdk_target:
|
||||
seastar_flags += ['--dpdk-target', args.dpdk_target]
|
||||
|
||||
seastar_flags += ['--compiler', args.cxx]
|
||||
|
||||
status = subprocess.call(['./configure.py'] + seastar_flags, cwd = 'seastar')
|
||||
|
||||
if status != 0:
|
||||
|
||||
Reference in New Issue
Block a user