Skip to content

Commit 767a5d2

Browse files
committed
Fixed path in windows
1 parent bb7700a commit 767a5d2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

android/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ set (BUILD_DIR ${CMAKE_SOURCE_DIR}/build)
66

77
add_library(openpgp_bridge SHARED IMPORTED)
88

9+
10+
file(TO_CMAKE_PATH ${NODE_MODULES_DIR} NODE_MODULES_DIR)
11+
12+
913
set_target_properties(openpgp_bridge
1014
PROPERTIES
1115
IMPORTED_LOCATION ${CMAKE_SOURCE_DIR}/src/main/jniLibs/${ANDROID_ABI}/libopenpgp_bridge.so

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-fast-openpgp",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "library for use openPGP",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)