-
Notifications
You must be signed in to change notification settings - Fork 686
Commit b706935
authored
cmake: avoid Apple ranlib flags when not using AppleClang (#5258)
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.hu1 parent 355ab24 commit b706935
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | - | ||
212 | + | ||
213 | + | ||
214 | + | ||
215 | + | ||
216 | + | ||
213 | 217 | | |
214 | 218 | | |
215 | 219 | | |
| |||
0 commit comments