c4dt / lightarti-rest

Arti-wrapper to use REST over Tor
MIT License
5 stars 3 forks source link

Rename module.modulemap #58

Closed ineiti closed 3 years ago

ineiti commented 3 years ago

On iOS we unfortunately get a build error, because the file "module.modulemap" exists twice - this is probably because LibSodium that we already have as dependency creates the same file. @Stefan Mitterrutzner can probably best explain on ways for how to fix this to avoid the clash.

So it seems that the simplest solution is just to avoid a common name for the headers directory. Instead of Headers, use arti-rest...