Skip to content

Commit 7aa279b

Browse files
veehaitchsbellem
authored andcommitted
Call getconf(1) relative to PATH
Signed-off-by: Vincent Haupert <mail@vincent-haupert.de>
1 parent 9612915 commit 7aa279b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psw/ae/aesm_service/source/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ set(CMAKE_SKIP_BUILD_RPATH true)
3939
########## SGX SDK Settings ##########
4040
set(SGX_ARCH x64)
4141
execute_process (
42-
COMMAND /usr/bin/getconf LONG_BIT
42+
COMMAND getconf LONG_BIT
4343
OUTPUT_VARIABLE LONG_BIT
4444
)
4545

0 commit comments

Comments
 (0)