We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a051ce8 commit ce9e41aCopy full SHA for ce9e41a
builder/imports/awslc.py
@@ -60,5 +60,5 @@ def cmake_args(self, env):
60
result = result + ['-DMY_ASSEMBLER_IS_TOO_OLD_FOR_512AVX=ON']
61
if env.spec.arch == 'x86':
62
# Add -msse2 for compiler on x86.
63
- result = result + ['-DCMAKE_C_FLAGS="${CMAKE_C_FLAGS} -msse2"']
+ result = result + ['-DCMAKE_C_FLAGS=-msse2']
64
return result
0 commit comments