We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a88ab2d commit 235885eCopy full SHA for 235885e
tools/make/common.mk
@@ -317,14 +317,14 @@ DEPS_EMSDK_BINARYEN_VERSION ?= master
317
# Define the output path when building the WebAssembly Binary Toolkit (WABT):
318
DEPS_WABT_BUILD_OUT ?= $(DEPS_BUILD_DIR)/wabt
319
320
-# Define the Cephes distribution to build (netlib, moshier):
+# Define the Cephes distribution to build (netlib, moshier, cephes-2.8):
321
DEPS_CEPHES_DIST ?= netlib
322
323
# Define the list of Cephes libraries to build.
324
#
325
# ## Notes
326
327
-# * For `netlib`, the list may include the following libraries:
+# * For the `netlib` distribution, the list may include the following libraries:
328
329
# - 128bit
330
# - bessel
0 commit comments