depends: fix platform specific packages variable
prefix instead of postfix
This commit is contained in:
parent
0143a1f228
commit
93254172ce
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
packages:=boost openssl libevent
|
||||
packages_darwin:=zeromq
|
||||
packages_linux:=zeromq
|
||||
darwin_packages:=zeromq
|
||||
linux_packages:=zeromq
|
||||
native_packages := native_ccache native_comparisontool
|
||||
|
||||
qt_native_packages = native_protobuf
|
||||
|
|
Loading…
Reference in a new issue