File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/trusted/service_runtime Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -307,7 +307,6 @@ list(APPEND LDR_LIBS nacl_interval)
307307list (APPEND LDR_LIBS platform)
308308list (APPEND LDR_LIBS gio) # not listed in src/trusted/service_runtime/build.scons
309309list (APPEND LDR_LIBS platform_qual_lib)
310- list (APPEND LDR_LIBS cpu_features) # not listed in src/trusted/service_runtime/build.scons
311310list (APPEND LDR_LIBS validators)
312311
313312if (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
322321endif ()
323322
323+ list (APPEND LDR_LIBS cpu_features) # not listed in src/trusted/service_runtime/build.scons
324+
324325if (WIN32 )
325326 set (MMAP_TEST_CHECK_CC "win/mmap_test_check.cc" )
326327elseif (APPLE )
You can’t perform that action at this time.
0 commit comments