Re-add jpdfium-natives-darwin-x64 (Intel Mac) runtime dep
The publish-github-packages workflow's restored darwin-x64 build now cross-compiles from macos-14 under Rosetta + a second Homebrew, so the natives jar is available again. Adding it back to the bootJar classpath lets the tauri-build macos-15 universal binary cover Intel Macs too.
This commit is contained in:
@@ -67,8 +67,7 @@ dependencies {
|
||||
api 'com.stirling:jpdfium:1.0.0-SNAPSHOT'
|
||||
runtimeOnly 'com.stirling:jpdfium-natives-linux-x64:1.0.0-SNAPSHOT'
|
||||
runtimeOnly 'com.stirling:jpdfium-natives-linux-arm64:1.0.0-SNAPSHOT'
|
||||
runtimeOnly 'com.stirling:jpdfium-natives-darwin-x64:1.0.0-SNAPSHOT'
|
||||
runtimeOnly 'com.stirling:jpdfium-natives-darwin-arm64:1.0.0-SNAPSHOT'
|
||||
runtimeOnly 'com.stirling:jpdfium-natives-windows-x64:1.0.0-SNAPSHOT'
|
||||
// TODO: jpdfium-natives-darwin-x64 (Intel Mac) — restore once JPDFium's
|
||||
// upstream publish pipeline gets dual-arch Homebrew set up.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user