Skip to content

Commit

Permalink
Copy external libs
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacMarovitz committed Apr 5, 2024
1 parent 9a94d74 commit 796cec9
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,31 @@ jobs:
cp -a x32 Libraries/DXVK
cp -a x64 Libraries/DXVK
- name: Copy External Libs
run: |
LIBS=(
"libbrotlicommon"
"libbrotlidec"
"libbrotlienc"
"libfreetype"
"libgmp"
"libgnutls"
"libgnutlsxx"
"libhogweed"
"libidn"
"libintl"
"liblzma"
"libMoltenVK"
"libnettle"
"libp11-kit"
"libpng"
"libSDL2"
"libtasn"
"libunistring"
)
cp -Lr $(brew --prefix)/lib/"${LIBS[@]}".dylib Libraries/Wine/lib
- name: Homebrew Libs [DEBUG]
run: |
ls $(brew --prefix)/lib
Expand Down

0 comments on commit 796cec9

Please sign in to comment.