File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- # Darwin ` x86_64 `  build  
1+ # Darwin ` universal `  build  
22
3- The ` x86_64 `  crystal darwin build is built natively in an osx host using omnibus.
3+ The ` universal `  crystal darwin build is built natively in an osx host using omnibus.
44The whole process is automated using a ` Makefile ` .
55
66# Dependencies  
77
8- *  Ruby 2.7.3  and ` bundle install --binstubs `  in ` ./omnibus ` 
8+ *  Ruby 3.2.2  and ` bundle install --binstubs `  in ` ./omnibus ` 
99*  ` pkgconfig ` , ` libtool `  (Can be installed by ` $ brew install pkgconfig libtool ` )
1010*  Own ` /opt/crystal ` , ` /var/cache ` .
1111
Original file line number Diff line number Diff line change 1- 2.7.3 
1+ 3.2.2 
Original file line number Diff line number Diff line change @@ -125,4 +125,4 @@ DEPENDENCIES
125125  omnibus-software !
126126
127127BUNDLED WITH 
128-    2.2.16  
128+    2.4.22  
Original file line number Diff line number Diff line change 8484  delete  "#{ output_bin }  
8585
8686  block  do 
87-     raise  "Could not build crystal"  unless  File . exists ?( output_bin ) 
87+     raise  "Could not build crystal"  unless  File . exist ?( output_bin ) 
8888
8989    if  macos?  || mac_os_x? 
9090      otool_libs  =  `otool -L #{ output_bin }  
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments