Skip to content

Commit ce9e41a

Browse files
committed
try this?
1 parent a051ce8 commit ce9e41a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/imports/awslc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ def cmake_args(self, env):
6060
result = result + ['-DMY_ASSEMBLER_IS_TOO_OLD_FOR_512AVX=ON']
6161
if env.spec.arch == 'x86':
6262
# Add -msse2 for compiler on x86.
63-
result = result + ['-DCMAKE_C_FLAGS="${CMAKE_C_FLAGS} -msse2"']
63+
result = result + ['-DCMAKE_C_FLAGS=-msse2']
6464
return result

0 commit comments

Comments
 (0)