Skip to content

Commit

Permalink
Update libs/recipes/hdf5/rules.mk
Browse files Browse the repository at this point in the history
Co-authored-by: George Stagg <[email protected]>
  • Loading branch information
dipterix and georgestagg authored Oct 1, 2024
1 parent 114da29 commit 8de1324
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libs/recipes/hdf5/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ $(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 && \
mkdir -p $(BUILD)/hdf5-$(HDF5_VERSION)/hdfsrc/build
tar -C $(BUILD)/hdf5-$(HDF5_VERSION) -xf $(HDF5_TARBALL)
cd $(BUILD)/hdf5-$(HDF5_VERSION)/hdfsrc/build && \
emconfigure ../configure \
--enable-build-mode=production \
--disable-dependency-tracking \
Expand Down

0 comments on commit 8de1324

Please sign in to comment.