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 8de1324 commit a31fe64
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions libs/recipes/hdf5/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ $(HDF5_WASM_LIB): $(HDF5_TARBALL)
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 \
--disable-silent-rules \
--enable-shared=no \
--enable-static=yes \
--prefix=$(WASM) && \
--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 a31fe64

Please sign in to comment.