Skip to content

Commit

Permalink
Fixing indent
Browse files Browse the repository at this point in the history
  • Loading branch information
dipterix authored Sep 23, 2024
1 parent b69fcfe commit 114da29
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions libs/recipes/hdf5/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ $(HDF5_TARBALL):
# How to include --with-szlib=zlib?

$(HDF5_WASM_LIB): $(HDF5_TARBALL)
mkdir -p $(BUILD)/hdf5-$(HDF5_VERSION)/build
tar -C $(BUILD) -xf $(HDF5_TARBALL)
cd $(BUILD)/hdf5-$(HDF5_VERSION)/build && \
emconfigure ../configure \
--enable-build-mode=production \
--disable-dependency-tracking \
--disable-silent-rules \
--enable-shared=no \
--enable-static=yes \
--prefix=$(WASM) && \
emmake make install
mkdir -p $(BUILD)/hdf5-$(HDF5_VERSION)/build
tar -C $(BUILD) -xf $(HDF5_TARBALL)
cd $(BUILD)/hdf5-$(HDF5_VERSION)/build && \
emconfigure ../configure \
--enable-build-mode=production \
--disable-dependency-tracking \
--disable-silent-rules \
--enable-shared=no \
--enable-static=yes \
--prefix=$(WASM) && \
emmake make install

0 comments on commit 114da29

Please sign in to comment.