Skip to content

Commit b1117b3

Browse files
committed
Fix iOS compilation
1 parent aa072d1 commit b1117b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Make sure everything went fine.
3535
Run the command:
3636

3737
```bash
38-
dist-build/ios.sh
38+
LIBSODIUM_FULL_BUILD=true dist-build/ios.sh
3939
```
4040

4141
This will create a new folder *libsodium-ios* that contains the *libsodium.a* file.

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ deploy:
9898
description: "Release description"
9999
auth_token:
100100
secure: 1J52zPBOA8m7c6tVTvPbKw5oFdoEXCZ6Y9F67ypZy8V4Bg9FasTF+MffvH58vQ3c
101-
artifact: /.*\.nupkg/ # upload all NuGet packages to release assets
101+
artifact: /.*\.*/ # upload all NuGet packages to release assets
102102
draft: false
103103
prerelease: false
104104
on:

0 commit comments

Comments
 (0)