Merge pull request #4320 from TouchStar/gpsd-fix-darwinbuild
utils/gpsd: Set manbuild=no for build (disable building help/html docs)
This commit is contained in:
commit
cba38f04e5
|
@ -102,6 +102,7 @@ SCONS_OPTIONS += \
|
||||||
python=no \
|
python=no \
|
||||||
implicit_link=no \
|
implicit_link=no \
|
||||||
chrpath=no \
|
chrpath=no \
|
||||||
|
manbuild=no \
|
||||||
target="$(TARGET_CROSS:-=)"
|
target="$(TARGET_CROSS:-=)"
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
|
|
Loading…
Reference in New Issue