2
3
Fork
You've already forked ncsu
0

Set headerpad_max_install_names on Darwin #219

Closed
carlocab wants to merge 0 commits from refs/pull/219/head into zig
pull from: refs/pull/219/head
merge into: selfisekai:zig
selfisekai:zig
selfisekai:zig0.16
selfisekai:master
selfisekai:zig-threaded
selfisekai:openat
selfisekai:chdir
selfisekai:clear
selfisekai:compll
carlocab commented 2023年02月22日 06:58:48 +01:00 (Migrated from code.blicky.net)
Copy link

This is useful for building binary distributions because it allows
references to library dependendencies on the build machine to be
rewritten appropriately upon installation on the user's machine.

Zig also does this in their build.zig.

This is useful for building binary distributions because it allows references to library dependendencies on the build machine to be rewritten appropriately upon installation on the user's machine. Zig also does this in their [`build.zig`](https://github.com/ziglang/zig/blob/b52be973dfb7d1408218b8e75800a2da3dc69108/build.zig#L551-L554).
yorhel commented 2023年02月22日 09:26:18 +01:00 (Migrated from code.blicky.net)
Copy link

Seems like something that should be part of the Zig build system, but alright.

Seems like something that should be part of the Zig build system, but alright.
carlocab commented 2023年02月22日 09:46:30 +01:00 (Migrated from code.blicky.net)
Copy link

Yes, having to put it into every build.zig is definitely suboptimal. Hopefully that's something that can be improved in a future version of Zig.

Yes, having to put it into every `build.zig` is definitely suboptimal. Hopefully that's something that can be improved in a future version of Zig.

Pull request closed

This pull request cannot be reopened because the branch was deleted.
Sign in to join this conversation.
No reviewers
No labels
1.x
2.x
bug
feature
imported
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
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
selfisekai/ncsu!219
Reference in a new issue
selfisekai/ncsu
No description provided.
Delete branch "refs/pull/219/head"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?