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
2
2
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.
4
4
The whole process is automated using a ` Makefile ` .
5
5
6
6
# Dependencies
7
7
8
- * Ruby 2.7.3 and ` bundle install --binstubs ` in ` ./omnibus `
8
+ * Ruby 3.2.2 and ` bundle install --binstubs ` in ` ./omnibus `
9
9
* ` pkgconfig ` , ` libtool ` (Can be installed by ` $ brew install pkgconfig libtool ` )
10
10
* Own ` /opt/crystal ` , ` /var/cache ` .
11
11
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
125
125
omnibus-software !
126
126
127
127
BUNDLED WITH
128
- 2.2.16
128
+ 2.4.22
Original file line number Diff line number Diff line change 84
84
delete "#{ output_bin } _arm64"
85
85
86
86
block do
87
- raise "Could not build crystal" unless File . exists ?( output_bin )
87
+ raise "Could not build crystal" unless File . exist ?( output_bin )
88
88
89
89
if macos? || mac_os_x?
90
90
otool_libs = `otool -L #{ output_bin } `
You can’t perform that action at this time.
0 commit comments