File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ omnibus/.bundle
3
3
omnibus /bin
4
4
omnibus /crystal-darwin- *
5
5
omnibus /shards-darwin- *
6
+ omnibus /vendor
6
7
7
8
docs /build /
8
9
Original file line number Diff line number Diff line change 25
25
26
26
build do
27
27
env = with_standard_compiler_flags ( with_embedded_path )
28
- env [ "CFLAGS" ] << " -fPIC -arch arm64 -arch x86_64"
28
+ env [ "CFLAGS" ] << " -DMAC_OS_X_VERSION_MIN_REQUIRED=110000 - fPIC -arch arm64 -arch x86_64"
29
29
env [ "CPPFLAGS" ] = env [ "CPPFLAGS" ] . gsub ( "-arch arm64 -arch x86_64" , "" )
30
30
31
31
command "./configure" \
32
32
" --prefix=#{ install_dir } /embedded" \
33
33
" --disable-cpp" \
34
34
" --disable-shared" \
35
35
" --enable-unicode-properties" \
36
- " --enable-utf" , env : env
37
- # TODO: Enable JIT (Error: "Must target Big Sur or newer")
38
- # " --enable-jit" \
36
+ " --enable-utf" \
37
+ " --enable-jit" , env : env
39
38
40
39
make "-j #{ workers } " , env : env
41
40
make "install" , env : env
You can’t perform that action at this time.
0 commit comments