mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
dmalloc: Fix install path for headers and info files.
Signed-off-by: Will Newton <will.newton@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
f64a740f36
commit
a4e27b1160
@@ -37,7 +37,7 @@ define DMALLOC_INSTALL_STAGING_CMDS
|
||||
bindir="$(STAGING_DIR)/usr/bin" \
|
||||
libdir="$(STAGING_DIR)/usr/lib" \
|
||||
shlibdir="$(STAGING_DIR)/usr/lib" \
|
||||
includedir="$(STAGING_DIR)/usr/share/info/" \
|
||||
infodir="$(STAGING_DIR)/usr/share/info/" \
|
||||
-C $(@D) install
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user