Add the cmake toolchain file to the base sdk and psp share dir to variables

This commit is contained in:
Francisco Javier Trujillo Mata
2021-11-13 16:18:50 +01:00
parent 514f7947d7
commit 6e80c9bd29
3 changed files with 29 additions and 1 deletions

View File

@@ -28,10 +28,13 @@ AC_DEFUN([AC_PSPDEV_PATH],
# Note: if we ever decide to support more than just the "psp" prefix, these will have to be updated.
pspdev_includedir="$pspdev/psp/include"
pspdev_libdir="$pspdev/psp/lib"
pspdev_sharedir="$pspdev/psp/share"
PSPDEV_INCLUDEDIR="$pspdev_includedir"
PSPDEV_LIBDIR="$pspdev_libdir"
PSPDEV_SHAREDIR="$pspdev_sharedir"
AC_SUBST(PSPDEV_INCLUDEDIR)
AC_SUBST(PSPDEV_LIBDIR)
AC_SUBST(PSPDEV_SHAREDIR)
])
dnl Check for a tool prefixed with "psp-".