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
33omnibus /bin
44omnibus /crystal-darwin- *
55omnibus /shards-darwin- *
6+ omnibus /vendor
67
78docs /build /
89
Original file line number Diff line number Diff line change 2525
2626build do
2727 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"
2929 env [ "CPPFLAGS" ] = env [ "CPPFLAGS" ] . gsub ( "-arch arm64 -arch x86_64" , "" )
3030
3131 command "./configure" \
3232 " --prefix=#{ install_dir } /embedded" \
3333 " --disable-cpp" \
3434 " --disable-shared" \
3535 " --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
3938
4039 make "-j #{ workers } " , env : env
4140 make "install" , env : env
You can’t perform that action at this time.
0 commit comments