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 4727903 commit 5d6d625Copy full SHA for 5d6d625
src/third_party/SConscript
@@ -1,6 +1,6 @@
1
# -*- mode: python -*-
2
3
-Import("env use_system_version_of_library usemozjs boostSuffix has_option")
+Import("env use_system_version_of_library usemozjs boostSuffix get_option")
4
Import("wiredtiger")
5
6
snappySuffix = '-1.1.2'
@@ -330,7 +330,7 @@ asioEnv.Library(
330
'shim_asio.cpp'
331
])
332
333
-if has_option("experimental-decimal-support"):
+if get_option("experimental-decimal-support") == "on":
334
if use_system_version_of_library("intel_decimal128"):
335
intelDecimal128Env = env.Clone(
336
SYSLIBDEPS=[
0 commit comments