Skip to content

Commit

Permalink
Fix the ARM64 build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
xumia committed Jan 20, 2023
1 parent 2e76a3d commit 80022f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SymCrypt-OpenSSL-Debian/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ list:

$(LIBSYMCRYPT):
cd ../SymCrypt
cmake -S . -B bin -DSYMCRYPT_TARGET_ARCH=$(CMAKE_ARCH) -DCMAKE_BUILD_TYPE=$(CMAKE_BUILD_TYPE)
cmake -S . -B bin -DSYMCRYPT_TARGET_ARCH=$(CMAKE_ARCH) -DCMAKE_BUILD_TYPE=$(CMAKE_BUILD_TYPE) -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++
cmake --build bin -j$(BUILD_JOBS)
mkdir -p $(DEST)/debug
cp -a bin/module/generic/libsymcrypt.so* $(DEST)/
Expand Down

0 comments on commit 80022f3

Please sign in to comment.