We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a27b286 commit ec52ed0Copy full SHA for ec52ed0
libmambapy/bindings/specs.cpp
@@ -77,7 +77,7 @@ namespace mambapy
77
std::pair{ "linux_s390x", KnownPlatform::linux_s390x },
78
std::pair{ "linux_riscv32", KnownPlatform::linux_riscv32 },
79
std::pair{ "linux_riscv64", KnownPlatform::linux_riscv64 },
80
- std::pair{ "linux_loongarch64", KnownPlatform::linux_loongarch64},
+ std::pair{ "linux_loongarch64", KnownPlatform::linux_loongarch64 },
81
std::pair{ "osx_64", KnownPlatform::osx_64 },
82
std::pair{ "osx_arm64", KnownPlatform::osx_arm64 },
83
std::pair{ "win_32", KnownPlatform::win_32 },
0 commit comments