File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -209,9 +209,6 @@ def to_gn_args(args):
209
209
if args .target_triple :
210
210
gn_args ['custom_target_triple' ] = args .target_triple
211
211
212
- if args .toolchain_prefix :
213
- gn_args ['toolchain_prefix' ] = args .toolchain_prefix
214
-
215
212
goma_dir = os .environ .get ('GOMA_DIR' )
216
213
goma_home_dir = os .path .join (os .getenv ('HOME' , '' ), 'goma' )
217
214
@@ -308,7 +305,6 @@ def parse_args(args):
308
305
parser .add_argument ('--target-sysroot' , type = str )
309
306
parser .add_argument ('--target-toolchain' , type = str )
310
307
parser .add_argument ('--target-triple' , type = str )
311
- parser .add_argument ('--toolchain-prefix' , type = str )
312
308
parser .add_argument ('--operator-new-alignment' , dest = 'operator_new_alignment' , type = str , default = None )
313
309
314
310
parser .add_argument ('--enable-vulkan' , action = 'store_true' , default = False )
You can’t perform that action at this time.
0 commit comments