aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Naylor <john.naylor@postgresql.org>2023-08-10 18:37:46 +0700
committerJohn Naylor <john.naylor@postgresql.org>2023-08-10 18:37:46 +0700
commitf25b18500a8405e6b800fb81b1dea2b875867143 (patch)
tree7b1bc30bc5f5cfaa5da80fa1adf3c29e8bbe5660
parentb57cfb439bd377cfe6d01b4254dde00ae54412ac (diff)
downloadpostgresql-f25b18500a8405e6b800fb81b1dea2b875867143.tar.gz
postgresql-f25b18500a8405e6b800fb81b1dea2b875867143.zip
Update Solution.pm for new LoongArch CRC symbol
Oversight in 4d14ccd6a, per report from Amit Kapila and Michael Paquier. Discussion: https://postgr.es/m/CAA4eK1LsV3KuyUt8tzZDjPcUds1XfVVeW3Wpeju_59DtRV0%3DxQ%40mail.gmail.com
-rw-r--r--src/tools/msvc/Solution.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/msvc/Solution.pm b/src/tools/msvc/Solution.pm
index 1cbc857e352..c98a1e9f9aa 100644
--- a/src/tools/msvc/Solution.pm
+++ b/src/tools/msvc/Solution.pm
@@ -432,6 +432,7 @@ sub GenerateFiles
USE_LZ4 => undef,
USE_LDAP => $self->{options}->{ldap} ? 1 : undef,
USE_LLVM => undef,
+ USE_LOONGARCH_CRC32C => undef,
USE_NAMED_POSIX_SEMAPHORES => undef,
USE_OPENSSL => undef,
USE_PAM => undef,