Skip to content

Commit 698dff2

Browse files
committed
GitHub macOS bindist - Attempt 6
git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@45829 379a1393-f5fb-40a0-bcee-ef074d9b53f7
1 parent c9b8748 commit 698dff2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-main-on-push.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ jobs:
526526
build_mac:
527527
name: Build macOS Binaries
528528
env:
529-
SHARED_DEPS: "autoconf automake pkg-config xa lame dos2unix libomp libvorbis flac"
529+
SHARED_DEPS: "autoconf automake pkg-config xa lame dos2unix libvorbis flac"
530530
needs: [create_release, build_doc]
531531
strategy:
532532
fail-fast: false
@@ -593,6 +593,7 @@ jobs:
593593
--enable-option-checking \
594594
--disable-arch \
595595
--disable-html-docs \
596+
--disable-openmp \
596597
--disable-pdf-docs \
597598
--enable-cpuhistory \
598599
--enable-ethernet \

0 commit comments

Comments
 (0)