This repository was archived by the owner on Mar 20, 2023. It is now read-only.
Commit 02b5550
authored
Bugfix : add missing link to libscopmath (#307)
- libscopmath.a was linked to libcorenrnmech with shared library
but was missing in case of static library
- ar doesnt provide way to link two static libraries together.
Hence extrat objects and then combined those together.
fixes #3031 parent e7934b0 commit 02b5550
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
| 139 | + | |
139 | 140 | | |
140 | 141 | | |
141 | 142 | | |
| |||
0 commit comments