diff --git a/cmake/retrocarbon.toolchain.cmake.in b/cmake/retrocarbon.toolchain.cmake.in index 1b1c0ffa6a..0de0fddc25 100644 --- a/cmake/retrocarbon.toolchain.cmake.in +++ b/cmake/retrocarbon.toolchain.cmake.in @@ -23,7 +23,7 @@ set( CMAKE_INSTALL_PREFIX "${RETRO68_ROOT}/powerpc-apple-macos/" CACHE PATH "ins set( CMAKE_SYSTEM_PREFIX_PATH "${RETRO68_ROOT}/powerpc-apple-macos/" ) set( MAKE_PEF "${RETRO68_ROOT}/bin/MakePEF" ) -set( MAKE_IMPORT "${RETRO68_ROOT}/bin//MakeImport" ) +set( MAKE_IMPORT "${RETRO68_ROOT}/bin/MakeImport" ) set( REZ "${RETRO68_ROOT}/bin/Rez" ) set( REZ_INCLUDE_PATH "${RETRO68_ROOT}/m68k-apple-macos/RIncludes" ) diff --git a/cmake/retroppc.toolchain.cmake.in b/cmake/retroppc.toolchain.cmake.in index 2c27e4bcb5..93f69358d8 100644 --- a/cmake/retroppc.toolchain.cmake.in +++ b/cmake/retroppc.toolchain.cmake.in @@ -23,7 +23,7 @@ set( CMAKE_INSTALL_PREFIX "${RETRO68_ROOT}/powerpc-apple-macos/" CACHE PATH "ins set( CMAKE_SYSTEM_PREFIX_PATH "${RETRO68_ROOT}/powerpc-apple-macos/" ) set( MAKE_PEF "${RETRO68_ROOT}/bin/MakePEF" ) -set( MAKE_IMPORT "${RETRO68_ROOT}/bin//MakeImport" ) +set( MAKE_IMPORT "${RETRO68_ROOT}/bin/MakeImport" ) set( REZ "${RETRO68_ROOT}/bin/Rez" ) set( REZ_INCLUDE_PATH "${RETRO68_ROOT}/m68k-apple-macos/RIncludes" )