mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package/libnatpmp: fix header install
Upstream renamed declspec.h to natpmp_declspec.h
1d11336398
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
committed by
Yann E. MORIN
parent
cef05ae156
commit
6255ea2f65
@@ -18,7 +18,7 @@ endef
|
||||
define LIBNATPMP_INSTALL_STAGING_CMDS
|
||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) \
|
||||
PREFIX=$(STAGING_DIR) \
|
||||
HEADERS='declspec.h natpmp.h' \
|
||||
HEADERS='natpmp_declspec.h natpmp.h' \
|
||||
$(TARGET_CONFIGURE_OPTS) install
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user