From ef93914ac36ad5e7d1b96b5689918edf17f6661e Mon Sep 17 00:00:00 2001 From: David Quintana Date: Tue, 8 Sep 2015 15:57:47 +0000 Subject: [PATCH] Oops forgot to hit save one last time. svn path=/trunk/; revision=69123 --- reactos/boot/environ/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/boot/environ/CMakeLists.txt b/reactos/boot/environ/CMakeLists.txt index 3b043180fab..c97739bfa1e 100644 --- a/reactos/boot/environ/CMakeLists.txt +++ b/reactos/boot/environ/CMakeLists.txt @@ -52,6 +52,7 @@ elseif(ARCH STREQUAL "amd64") else() list(APPEND BOOTLIB_SOURCE lib/arch/stub/arch.c + lib/mm/stub/mm.c ) endif()