Skip to content

Conversation

@aherrmann
Copy link
Owner

Closes #490

The name zig_library remains available as a wrapper macro that is tagged as deprecated.

  • pass zig_shared_library kind to zig docs
  • rename zig_library --> zig_static_library
  • fix zig_shared_library test message
  • rename mnemonic ZigBuildLib --> ZigBuildStaticLib
  • rename static library test cases
  • alias zig_library for zig_static_library
  • replace zig_library by zig_static_library
  • Update generated files

@aherrmann aherrmann enabled auto-merge August 23, 2025 19:20
@aherrmann aherrmann merged commit 4021e1d into main Aug 23, 2025
13 checks passed
@aherrmann aherrmann deleted the zig_static_library branch August 23, 2025 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rename zig_library to zig_static_library to be explicit and consistent with zig_shared_library.

2 participants