This is an automated email from the ASF dual-hosted git repository.

kopyscinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git

commit f9472d5748cba7706567d323ea1aa56493a4227b
Author: Krzysztof Kopyściński <krzysztof.kopyscin...@codecoup.pl>
AuthorDate: Fri Mar 8 11:03:13 2024 +0100

    ext/libsamplerate: remove unneeded ign_dirs
    
    src_dirs and include_dirs fully describes what to compile and what not.
---
 ext/libsamplerate/pkg.yml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/ext/libsamplerate/pkg.yml b/ext/libsamplerate/pkg.yml
index a8164ac1b..4bb808902 100644
--- a/ext/libsamplerate/pkg.yml
+++ b/ext/libsamplerate/pkg.yml
@@ -29,16 +29,6 @@ pkg.type: sdk
 pkg.cflags: -DHAVE_STDBOOL_H -fsingle-precision-constant -DHAVE_CONFIG_H 
-DNDEBUG
 pkg.lflags: -lm
 
-pkg.ign_dirs:
-    - "@libsamplerate/Octave"
-    - "@libsamplerate/Win32"
-    - "@libsamplerate/cmake"
-    - "@libsamplerate/docs"
-    - "@libsamplerate/examples"
-    - "@libsamplerate/include"
-    - "@libsamplerate/m4"
-    - "@libsamplerate/tests"
-
 pkg.src_dirs:
     - "@libsamplerate/src"
 

Reply via email to