mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
[build] only set PAPARAZZI_SRC if not already externally set
closes #800
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@
|
||||
|
||||
# Preprocessing of XML configuration files
|
||||
|
||||
PAPARAZZI_SRC=$(shell pwd)
|
||||
PAPARAZZI_SRC ?= $(shell pwd)
|
||||
|
||||
include conf/Makefile.local
|
||||
|
||||
|
||||
Reference in New Issue
Block a user