[PR #613] [MERGED] fix(build): add libc linkage for test module #656

Closed
opened 2026-03-02 23:47:33 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opentui/pull/613
Author: @simonklee
Created: 2/1/2026
Status: Merged
Merged: 2/2/2026
Merged by: @kommander

Base: mainHead: fix-612


📝 Commits (1)

  • b67cc33 fix(build): add libc linkage for test module

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 packages/core/src/zig/build.zig (+1 -0)

📄 Description

The clipboard tests introduced in #546 added test_utils.zig with extern "c" declarations for setenv/unsetenv, but build.zig was not updated to link libc for the test module.

Fix #612


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opentui/pull/613 **Author:** [@simonklee](https://github.com/simonklee) **Created:** 2/1/2026 **Status:** ✅ Merged **Merged:** 2/2/2026 **Merged by:** [@kommander](https://github.com/kommander) **Base:** `main` ← **Head:** `fix-612` --- ### 📝 Commits (1) - [`b67cc33`](https://github.com/anomalyco/opentui/commit/b67cc331b0c7cf59c3077095e438d1b1629a5991) fix(build): add libc linkage for test module ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/core/src/zig/build.zig` (+1 -0) </details> ### 📄 Description The clipboard tests introduced in #546 added test_utils.zig with extern "c" declarations for setenv/unsetenv, but build.zig was not updated to link libc for the test module. Fix #612 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 23:47:33 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/opentui#656
No description provided.