From d3308a72c42a2be520cfeca4f372119e46b64f76 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 13 Nov 2012 11:10:09 -0500 Subject: Make the source directory configurable. --- (limited to 'src') diff --git a/src/oh-autoconfigure.sh b/src/oh-autoconfigure.sh index 9535117..004a140 100644 --- a/src/oh-autoconfigure.sh +++ b/src/oh-autoconfigure.sh @@ -29,6 +29,9 @@ main() while getopts 'S:B:t:' opt; do case "${opt}" in + s) + oh_set_buildsystem_option 'source-dir' "${OPTARG}" + ;; S) oh_set_buildsystem_option 'build-system' "${OPTARG}" ;; -- cgit v0.9.1