try specify macos target for dependency source builds

This commit is contained in:
2024-07-02 14:34:15 -06:00
parent a900db290b
commit 5f9399e1ba

View File

@@ -69,6 +69,9 @@
libraries: filesystem system, libraries: filesystem system,
platform: x64, platform: x64,
configuration: Release configuration: Release
},
env: {
MACOSX_DEPLOYMENT_TARGET: 10.15
} }
}, },
{ {
@@ -78,6 +81,9 @@
with: { with: {
sfml: 2.6.1, sfml: 2.6.1,
config: Release config: Release
},
env: {
MACOSX_DEPLOYMENT_TARGET: 10.15
} }
}, },
{ {