node-sword-interface 0.243.0 → 0.244.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-sword-interface",
3
- "version": "0.243.0",
3
+ "version": "0.244.0",
4
4
  "description": "Javascript (N-API) interface to SWORD library",
5
5
  "keywords": [
6
6
  "C++",
@@ -77,12 +77,13 @@ if [ "$1" = "--android" ] ; then
77
77
  -DCMAKE_BUILD_TYPE=Release \
78
78
  -DANDROID_ABI="$ANDROID_ABI" \
79
79
  -DNODYNCAST=1 \
80
+ -DSWORD_NO_ZLIB=Yes \
80
81
  ../sword
81
82
  else
82
83
  # macOS & Linux
83
84
 
84
85
  cd sword_build
85
- cmake -DLIBSWORD_LIBRARY_TYPE=Static -DCMAKE_CXX_STANDARD=11 ../sword
86
+ cmake -DLIBSWORD_LIBRARY_TYPE=Static -DCMAKE_CXX_STANDARD=11 -DSWORD_NO_ZLIB=Yes ../sword
86
87
  fi
87
88
 
88
89
  make -j4 sword_static