Thanks @0e4ef622 for the awesome idea of how to do it and the first implementation. Co-Authored-By: Matthew Tran <0e4ef622@gmail.com>
		
			
				
	
	
		
			8 lines
		
	
	
		
			151 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			151 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
#[path = "./build_common.rs"]
 | 
						|
mod common;
 | 
						|
 | 
						|
fn main() {
 | 
						|
    let mut rustc_cfgs = common::CfgSet::new();
 | 
						|
    common::set_target_cfgs(&mut rustc_cfgs);
 | 
						|
}
 |