node-sword-interface 1.0.54 → 1.0.55

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": "1.0.54",
3
+ "version": "1.0.55",
4
4
  "description": "Javascript (N-API) interface to SWORD library",
5
5
  "keywords": [
6
6
  "C++",
@@ -209,7 +209,7 @@ vector<string> RepositoryInterface::getRepoNames()
209
209
 
210
210
  sourceNames.push_back(source);
211
211
 
212
- #if defined(__ANDROID__)
212
+ #if defined(__ANDROID__) || defined(__APPLE__)
213
213
  }
214
214
  #endif
215
215
  }