Skip to content

Conversation

renatahodovan
Copy link
Contributor

On macOS, -no_warning_for_no_symbols -c options are specific to the Apple ranlib tool. When using other toolchains (e.g. Homebrew clang), these flags cause errors since llvm-ranlib does not recognize them.

The patch ensures these flags are only passed when using AppleClang.

On macOS, `-no_warning_for_no_symbols -c` options are specific to the
Apple `ranlib` tool. When using other toolchains (e.g. Homebrew clang),
these flags cause errors since `llvm-ranlib` does not recognize them.

The patch ensures these flags are only passed when using AppleClang.

JerryScript-DCO-1.0-Signed-off-by: Renata Hodovan reni@inf.u-szeged.hu
Copy link
Member

@akosthekiss akosthekiss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@akosthekiss akosthekiss merged commit b706935 into jerryscript-project:master Oct 8, 2025
28 of 30 checks passed
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.

3 participants