File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
# https://gitlab.dkrz.de/k202009/libaec/-/blob/master/INSTALL.md?ref_type=heads
2
2
LIBAEC_VERSION = 1.1.3
3
3
LIBAEC_TARBALL = $(DOWNLOAD ) /libaec-$(LIBAEC_VERSION ) .tar.gz
4
- LIBAEC_URL = https://gitlab.dkrz.de/k202009/libaec/-/archive/v$(LIBAEC_VERSION ) /libaec-v$(LIBAEC_VERSION ) .tar.gz
5
-
4
+ LIBAEC_URL = https://gitlab.dkrz.de/-/project/117/uploads/dc5fc087b645866c14fa22320d91fb27/libaec-1.1.3.tar.gz
6
5
7
6
.PHONY : libaec
8
7
libaec : $(LIBAEC_WASM_LIB )
@@ -15,7 +14,7 @@ $(LIBAEC_WASM_LIB): $(LIBAEC_TARBALL)
15
14
mkdir -p $(BUILD ) /libaec-$(LIBAEC_VERSION ) /build
16
15
tar -C $(BUILD ) /libaec-$(LIBAEC_VERSION ) -xf $(LIBAEC_TARBALL )
17
16
cd $(BUILD ) /libaec-$(LIBAEC_VERSION ) /build && \
18
- emconfigure ../configure \
17
+ emconfigure ../libaec- $( LIBAEC_VERSION ) / configure \
19
18
--enable-shared=no \
20
19
--enable-static=yes \
21
20
--prefix=$(WASM ) && \
You can’t perform that action at this time.
0 commit comments