Don't use assembler on app engine.

master
Klaus Post 2015-06-21 22:54:13 +02:00
parent 1388bd44c4
commit f1c2cf4160
3 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
//+build !noasm
//+build !appengine
// Copyright 2015, Klaus Post, see LICENSE for details.

View File

@ -1,4 +1,4 @@
//+build !noasm
//+build !noasm !appengine
// Copyright 2015, Klaus Post, see LICENSE for details.

View File

@ -1,4 +1,4 @@
//+build !amd64 noasm
//+build !amd64 noasm appengine
// Copyright 2015, Klaus Post, see LICENSE for details.