Commit 8b7f131
amalxloop
Fix WASM duplicate symbols and ranlib conflict
- Remove _IMPLEMENTATION macros from silvercore_wasm target_compile_definitions (sc_kernel.c defines them internally; target-level forces them on stock_dashboard.c too, causing duplicate symbols)
- Add -DSC_SHARED=OFF to WASM CI cmake invocation (Emscripten can't build shared libs; SC_SHARED=ON produced libsc_kernel.a conflicting with static lib target)1 parent 0041916 commit 8b7f131
2 files changed
Lines changed: 5 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
84 | 88 | | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | 89 | | |
91 | 90 | | |
92 | 91 | | |
| |||
0 commit comments