Kudo / react-native-v8

Opt-in V8 runtime for React Native Android
MIT License
914 stars 69 forks source link

Fix cmake error on windows #132

Closed Kudo closed 2 years ago

Kudo commented 2 years ago

Why

fix #115

How

the path on windows is not correct: C:\DEV\...\node_modules\react-native/ReactCommon/jsiexecutor/jsireact/JSIExecutor.cpp. replace file separators to / also on windows