Skip to content

Commit f25b185

Browse files
committed
Update Solution.pm for new LoongArch CRC symbol
Oversight in 4d14ccd, per report from Amit Kapila and Michael Paquier. Discussion: https://postgr.es/m/CAA4eK1LsV3KuyUt8tzZDjPcUds1XfVVeW3Wpeju_59DtRV0%3DxQ%40mail.gmail.com
1 parent b57cfb4 commit f25b185

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/msvc/Solution.pm

+1
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,7 @@ sub GenerateFiles
432432
USE_LZ4 => undef,
433433
USE_LDAP => $self->{options}->{ldap} ? 1 : undef,
434434
USE_LLVM => undef,
435+
USE_LOONGARCH_CRC32C => undef,
435436
USE_NAMED_POSIX_SEMAPHORES => undef,
436437
USE_OPENSSL => undef,
437438
USE_PAM => undef,

0 commit comments

Comments
 (0)