Skip to content

Commit

Permalink
sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
csparker247 committed Aug 8, 2024
1 parent 57518b0 commit 4803867
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
package_name: ${{ steps.name_pkg.outputs.package_name }}
timeout-minutes: 240
env:
SDKROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk"
MACOSX_DEPLOYMENT_TARGET: "13.1"
QT_VERSION: "6.7.2"
EXTRA_CMAKE_FLAGS: "-DCMAKE_BUILD_TYPE=Release -DVC_PREBUILT_LIBS=ON -DVC_BUILD_ACVD=ON"
Expand Down
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ stages:
- release

variables:
SDKROOT: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk
MACOSX_DEPLOYMENT_TARGET: "13.1"

### Prototype build jobs ###
Expand Down

0 comments on commit 4803867

Please sign in to comment.