diff options
-rwxr-xr-x | scripts/single.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/single.sh b/scripts/single.sh index cadb2fcd..55e4c676 100755 --- a/scripts/single.sh +++ b/scripts/single.sh @@ -15,6 +15,9 @@ then exit 1 fi +# Force dependencies to rebuild headers if we build multiplexer after this. +touch -c .config + export KCONFIG_CONFIG=.singleconfig for i in "$@" do |