diff options
Diffstat (limited to 'package/protobuf')
-rw-r--r-- | package/protobuf/protobuf.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/protobuf/protobuf.mk b/package/protobuf/protobuf.mk index c8f5d63085..7a621b82f3 100644 --- a/package/protobuf/protobuf.mk +++ b/package/protobuf/protobuf.mk @@ -11,7 +11,7 @@ PROTOBUF_LICENSE_FILES = COPYING.txt # N.B. Need to use host protoc during cross compilation. PROTOBUF_DEPENDENCIES = host-protobuf -PROTOBUF_CONF_OPT = --with-protoc=$(HOST_DIR)/usr/bin/protoc +PROTOBUF_CONF_OPTS = --with-protoc=$(HOST_DIR)/usr/bin/protoc PROTOBUF_INSTALL_STAGING = YES |