mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-09 22:05:57 +00:00
4917a8e939
We no longer need to have the rebuilt JSC binaries because instead we build a dummy libjsc.so and link against it while allow undefined symbols. At runtime, it will link in the real libjsc.so and resolve the symbols.