From 114da292adb095c76c5ae2000ade91a709f6c7f6 Mon Sep 17 00:00:00 2001 From: Dipterix Wang <8163576+dipterix@users.noreply.github.com> Date: Sun, 22 Sep 2024 23:28:19 -0400 Subject: [PATCH] Fixing indent --- libs/recipes/hdf5/rules.mk | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/libs/recipes/hdf5/rules.mk b/libs/recipes/hdf5/rules.mk index d8b86268..37fdf3f7 100644 --- a/libs/recipes/hdf5/rules.mk +++ b/libs/recipes/hdf5/rules.mk @@ -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