mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-10 05:37:08 +00:00
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.