Removed protocol version from build flags in BUILDING.md

This commit is contained in:
Joseph Henry
2017-10-18 11:28:14 -07:00
parent 45260c4e69
commit 5ec8e1f004

View File

@@ -2,12 +2,12 @@
### Linux
- `make static_lib LIBZT_IPV4=1`
- `make static_lib`
- `make tests`
### macOS
- `make static_lib LIBZT_IPV4=1`
- `make static_lib`
- `make tests`
### iOS
@@ -16,7 +16,7 @@
### FreeBSD
- `make static_lib LIBZT_IPV4=1`
- `make static_lib`
- `make tests`
### Windows