Recreate and apply SRCDIR build patch

This commit is contained in:
Leland Lucius 2019-12-15 02:35:38 -06:00
parent 493a60298f
commit 07b95d72da
2 changed files with 6 additions and 3 deletions

View File

@ -155,7 +155,10 @@ SRC_DIRS = \
SUBDIRS =
@ENABLE_CXX_TRUE@SUBDIRS += bindings/cpp
all: lib/$(PALIB) all-recursive tests examples selftests
prep:
mkdir -p qa/loopback/src/ src/hostapi/skeleton/ $(SRC_DIRS)
all: prep lib/$(PALIB) all-recursive tests examples selftests
tests: bin-stamp $(TESTS)

View File

@ -1,8 +1,8 @@
diff --git a/lib-src/portaudio-v19/Makefile.in b/lib-src/portaudio-v19/Makefile.in
index f5fc258..18c2de6 100644
index 5e1a76485..918bbad42 100644
--- a/lib-src/portaudio-v19/Makefile.in
+++ b/lib-src/portaudio-v19/Makefile.in
@@ -156,7 +156,10 @@ SRC_DIRS = \
@@ -155,7 +155,10 @@ SRC_DIRS = \
SUBDIRS =
@ENABLE_CXX_TRUE@SUBDIRS += bindings/cpp