aboutsummaryrefslogtreecommitdiff
path: root/utils/gpsd/patches/003_sconscript-cross-platform-build-support.patch
Commit message (Collapse)AuthorAge
* gpsd: fix build on macosSergey V. Lobanov2022-01-25
gpsd build fails on macos due to using sys.platform in build logic. This patch allows to redefine target platform to fix the issue. Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>