Skip to content

Commit 70f86fe

Browse files
committed
Remove extensions
1 parent a41f7af commit 70f86fe

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

tools/make/common.mk

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -319,22 +319,22 @@ DEPS_WABT_BUILD_OUT ?= $(DEPS_BUILD_DIR)/wabt
319319

320320
# Define the list of Cephes libraries to build:
321321
DEPS_CEPHES_LIBS ?= \
322-
128bit.tgz \
323-
bessel.tgz \
324-
c9x-complex.tgz \
325-
cmath.tgz \
326-
cprob.tgz \
327-
ellf.tgz \
328-
eval.tgz \
329-
ieee.tgz \
330-
ldouble.tgz \
331-
linalg.tgz \
332-
ode.tgz \
333-
misc.tgz \
334-
polyn.tgz \
335-
qfloat.tgz \
336-
remes.tgz \
337-
single.tgz
322+
128bit \
323+
bessel \
324+
c9x-complex \
325+
cmath \
326+
cprob \
327+
ellf \
328+
eval \
329+
ieee \
330+
ldouble \
331+
linalg \
332+
ode \
333+
misc \
334+
polyn \
335+
qfloat \
336+
remes \
337+
single
338338

339339
# Define the output path when building Cephes:
340340
DEPS_CEPHES_BUILD_OUT ?= $(DEPS_BUILD_DIR)/cephes

0 commit comments

Comments
 (0)