mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-24 22:00:16 +00:00
build: make libghostty-vt xcframework emission explicit via -Demit-lib-vt-xcframework
This commit is contained in:
committed by
Mitchell Hashimoto
parent
4204dec94a
commit
38e8e54f98
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@@ -338,7 +338,10 @@ jobs:
|
||||
run: sudo xcode-select -s /Applications/Xcode_26.3.app
|
||||
|
||||
- name: Build XCFramework
|
||||
run: nix develop -c zig build -Demit-lib-vt
|
||||
run: nix develop -c zig build -Demit-lib-vt -Demit-lib-vt-xcframework
|
||||
|
||||
- name: Verify XCFramework artifact
|
||||
run: test -f zig-out/lib/ghostty-vt.xcframework/Info.plist
|
||||
|
||||
- name: Build and Run Example
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user