mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-11-22 10:32:52 -05:00
Makefile: Do not fail creating pkgconfig directory if it already exists
This commit is contained in:
2
Makefile
2
Makefile
@ -227,7 +227,7 @@ ifneq ($(KISSFFT_STATIC), 1)
|
||||
endif
|
||||
endif
|
||||
ifneq ($(shell uname -s),Darwin)
|
||||
mkdir "$(ABS_LIBDIR)/pkgconfig"
|
||||
mkdir -p "$(ABS_LIBDIR)/pkgconfig"
|
||||
sed \
|
||||
-e 's+@PKGCONFIG_KISSFFT_VERSION@+$(PKGCONFIG_KISSFFT_VERSION)+' \
|
||||
-e 's+@KISSFFT_OUTPUT_NAME@+$(PKGCONFIG_KISSFFT_OUTPUT_NAME)+' \
|
||||
|
||||
Reference in New Issue
Block a user