fix(modulo): explicitly specify built-in version of img libs on macOS
This commit is contained in:
		
							parent
							
								
									13da059a48
								
							
						
					
					
						commit
						e94d97aae1
					
				| 
						 | 
				
			
			@ -202,6 +202,9 @@ fn build_native() {
 | 
			
		|||
        .args(&[
 | 
			
		||||
          "--disable-shared",
 | 
			
		||||
          "--without-libtiff",
 | 
			
		||||
          "--without-liblzma",
 | 
			
		||||
          "--with-libjpeg=builtin",
 | 
			
		||||
          "--with-libpng=builtin",
 | 
			
		||||
          &format!("--enable-macosx_arch={}", target_arch),
 | 
			
		||||
        ])
 | 
			
		||||
        .spawn()
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user