Fix missing js build tag (#1088)

Added js to build tags as suggested by @hajimehoshi

Fixes #1087
This commit is contained in:
Tom Lister 2020-02-21 22:24:25 +11:00 committed by GitHub
parent a18cddb39f
commit 3eea196c09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build darwin freebsd linux windows
// +build darwin freebsd js linux windows
// +build !android
// +build !ios