diff options
Diffstat (limited to 'cmake/scripts/windowsstore/ArchSetup.cmake')
-rw-r--r-- | cmake/scripts/windowsstore/ArchSetup.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/scripts/windowsstore/ArchSetup.cmake b/cmake/scripts/windowsstore/ArchSetup.cmake index 10422968b4..c3e580aa69 100644 --- a/cmake/scripts/windowsstore/ArchSetup.cmake +++ b/cmake/scripts/windowsstore/ArchSetup.cmake @@ -54,7 +54,7 @@ set(DEPS_FOLDER_RELATIVE project/BuildDependencies) # ToDo: currently host build tools are hardcoded to win32 # If we ever allow package.native other than 0_package.native-win32.list we will want to # adapt this based on host -set(NATIVEPREFIX ${CMAKE_SOURCE_DIR}/${DEPS_FOLDER_RELATIVE}/win32) +set(NATIVEPREFIX ${CMAKE_SOURCE_DIR}/${DEPS_FOLDER_RELATIVE}/tools) set(DEPENDS_PATH ${CMAKE_SOURCE_DIR}/${DEPS_FOLDER_RELATIVE}/win10-${ARCH}) set(MINGW_LIBS_DIR ${CMAKE_SOURCE_DIR}/${DEPS_FOLDER_RELATIVE}/mingwlibs/win10-${ARCH}) |