Fix installation of headers

This commit is contained in:
bernatx 2023-03-30 00:28:15 +02:00 committed by bernat
parent 189e4f4c4f
commit 12fc74dcbb
2 changed files with 0 additions and 7 deletions

View File

@ -321,10 +321,6 @@ else
rm -Rf ${RECAST_BASENAME}-source ${RECAST_BASENAME}-build
# move headers inside 'recast' folder
mkdir -p "${PWD}/${RECAST_BASENAME}-install/include/recast"
mv "${PWD}/${RECAST_BASENAME}-install/include/"*h "${PWD}/${RECAST_BASENAME}-install/include/recast/"
fi
# make sure the RecastBuilder is corrctly copied

View File

@ -86,9 +86,6 @@ if %DEL_SRC% == true (
rd /s /q "%RECAST_SRC_DIR%"
)
md "%RECAST_INSTALL_DIR%include\recast"
move "%RECAST_INSTALL_DIR%include\*.h" "%RECAST_INSTALL_DIR%include\recast"
goto success
rem ============================================================================