File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ STOWDIR="${PREFIX}/stow"
66PKG_CONFIG_PATH = " ${ PREFIX } /lib/pkgconfig"
77CMAKE_GENERATOR = " Ninja"
88CMAKE_POLICY_VERSION_MINIMUM = " 4.3"
9- MACOSX_DEPLOYMENT_TARGET = " ${ MACOSX_DEPLOYMENT_TARGET:-26.4 } "
9+ MACOSX_DEPLOYMENT_TARGET = " ${ MACOSX_DEPLOYMENT_TARGET:-26.5 } "
1010CFLAGS = " -mcpu=native"
1111CXXFLAGS = " ${ CFLAGS } "
1212CPATH = " ${ PREFIX } /include"
Original file line number Diff line number Diff line change 2727
2828 - name : Select Xcode
2929 run : |
30- sudo xcode-select -s /Applications/Xcode_26.4 .app
30+ sudo xcode-select -s /Applications/Xcode_26.5 .app
3131 xcodebuild -version
3232
3333 - name : Create Stow Directory
4747 - name : Build & Install
4848 run : ./build-all --bundle
4949 env :
50- MACOSX_DEPLOYMENT_TARGET : 26.4
50+ MACOSX_DEPLOYMENT_TARGET : 26.5
5151
5252 - name : Print Summary
5353 run : |
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ meson setup "${builddir}" "${srcdir}" \
3939 -Djavascript=enabled \
4040 -Db_lto=true \
4141 -Db_lto_mode=thin \
42+ -Dlibcurl=enabled \
4243 -Dlua=luajit \
4344 -Dgl=disabled \
4445 -Dmacos-touchbar=disabled \
You can’t perform that action at this time.
0 commit comments