From 8f196b8ef380f4f269e4ccdef51dc90c9463c8f4 Mon Sep 17 00:00:00 2001 From: Gareth McMullin Date: Thu, 30 Apr 2015 09:38:04 +1200 Subject: [PATCH] Export PYTHONPATH from the Makefile. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a72df232cb..f77fcbd8d3 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ SWIFTNAV_ROOT := $(shell pwd) MAKEFLAGS += SWIFTNAV_ROOT=$(SWIFTNAV_ROOT) SBP_SPEC_DIR := $(SWIFTNAV_ROOT)/spec/yaml/swiftnav/sbp/ SBP_GEN_BIN := python sbpg/generator.py +export PYTHONPATH := . .PHONY: help all c python docs pdf html test