Skip to content

Commit

Permalink
Pd external: remove ineffective macosx-version-min setting
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Feb 3, 2024
1 parent 77efedb commit 1fe178d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pd-externals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ jobs:

macos:
runs-on: macos-latest
env:
cflags: -mmacosx-version-min=10.9
steps:
- name: install macOS packages
run: |
Expand Down
1 change: 1 addition & 0 deletions flext/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ cflags += \
-DENABLE_SOFA \
-DNDEBUG \

# At least version 10.15 is needed for std::filesystem
define forDarwin
cflags += -mmacosx-version-min=10.15
endef
Expand Down

0 comments on commit 1fe178d

Please sign in to comment.