norihiro / obs-text-pthread

Rich text source plugin for OBS Studio
GNU General Public License v2.0
41 stars 4 forks source link

CI(macOS/ARM64): Fix 2nd level dependencies #34

Closed norihiro closed 2 years ago

norihiro commented 2 years ago

Description

This is a quick workaround to fix unresolved 2nd and deeper level libraries.

Also add a test to check wrong dependencies.

Libraries from brew has library paths starting @@HOMEBREW_CELLAR@@ because I didn't use the right install flow. It causes the libraries not correctly bundled to the package.

Better solution might be using the proper install flow by just modifying the architecture detection in the brew.

How Has This Been Tested?

General checklist