Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirk <kklobe@gmail.com>2021-08-09 00:05:26 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2021-08-13 18:25:45 +0300
commit985a443a65f914902d66540fbd1f8ed46019e208 (patch)
tree27d2a014f79ccc68f8e2e18638fc501dc0ab6d05 /scripts
parent41b445e02ddbe49f7211bcec3519d5cd8b2fb77c (diff)
Setup self-hosted runner for macOS arm64 builds
Add an arm64 build to the macOS workflow using a self-hosted runner.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/verify-macos-dylibs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/verify-macos-dylibs.py b/scripts/verify-macos-dylibs.py
index 1ba417a4b..d009076f4 100755
--- a/scripts/verify-macos-dylibs.py
+++ b/scripts/verify-macos-dylibs.py
@@ -28,6 +28,7 @@ if __name__ == '__main__':
'/System/Library/Frameworks/CoreAudio.framework/',
'/System/Library/Frameworks/CoreFoundation.framework/',
'/System/Library/Frameworks/CoreGraphics.framework/',
+ '/System/Library/Frameworks/CoreHaptics.framework/',
'/System/Library/Frameworks/CoreMIDI.framework/',
'/System/Library/Frameworks/CoreServices.framework/',
'/System/Library/Frameworks/CoreVideo.framework/',