Skip to content

Commit fa6e873

Browse files
committed
fixup
1 parent 6a7f55e commit fa6e873

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/trusted/service_runtime/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,6 @@ list(APPEND LDR_LIBS nacl_interval)
307307
list(APPEND LDR_LIBS platform)
308308
list(APPEND LDR_LIBS gio) # not listed in src/trusted/service_runtime/build.scons
309309
list(APPEND LDR_LIBS platform_qual_lib)
310-
list(APPEND LDR_LIBS cpu_features) # not listed in src/trusted/service_runtime/build.scons
311310
list(APPEND LDR_LIBS validators)
312311

313312
if (ARCH STREQUAL "i686" OR ARCH STREQUAL "amd64")
@@ -321,6 +320,8 @@ if (ARCH STREQUAL "i686" OR ARCH STREQUAL "amd64")
321320
list(APPEND LDR_LIBS nccopy) # not listed in src/trusted/service_runtime/build.scons
322321
endif()
323322

323+
list(APPEND LDR_LIBS cpu_features) # not listed in src/trusted/service_runtime/build.scons
324+
324325
if (WIN32)
325326
set(MMAP_TEST_CHECK_CC "win/mmap_test_check.cc")
326327
elseif (APPLE)

0 commit comments

Comments
 (0)