diff options
Diffstat (limited to 'utils/oci-runtime-tools/Makefile')
-rw-r--r-- | utils/oci-runtime-tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/oci-runtime-tools/Makefile b/utils/oci-runtime-tools/Makefile index e0ae1126c..7b69ddebb 100644 --- a/utils/oci-runtime-tools/Makefile +++ b/utils/oci-runtime-tools/Makefile @@ -17,7 +17,7 @@ PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org> PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 -PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 GO_PKG:=github.com/opencontainers/runtime-tools/ GO_PKG_LDFLAGS_X:=main.gitCommit=$(PKG_SOURCE_VERSION) main.version=$(PKG_SOURCE_VERSION) |