Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
IsabelParedes committed Jun 19, 2024
1 parent cc1ad79 commit 89a9f03
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions recipes/recipes_emscripten/cairo/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,31 +24,6 @@ meson setup builddir \
-Dlibdir=lib \
--wrap-mode=nofallback \
--cross-file=$RECIPE_DIR/emscripten.meson.cross

ninja -v -C builddir -j ${CPU_COUNT}
ninja -C builddir install -j ${CPU_COUNT}



# bash autogen.sh
# chmod +x ./configure

# export ax_cv_c_float_words_bigendian=no

# emconfigure ./configure \
# --prefix="${PREFIX}" \
# --enable-ft \
# --enable-ps \
# --enable-pdf \
# --enable-svg \
# --disable-gtk-doc \
# --enable-xcb-shm

# emmake make -j${CPU_COUNT}
# # FAIL: check-link on OS X
# # Hangs for > 10 minutes on Linux
# #make check -j${CPU_COUNT}
# emmake make install -j${CPU_COUNT}

# # Remove any new Libtool files we may have installed. It is intended that
# # conda-build will eventually do this automatically.
# find $PREFIX -name '*.la' -delete

0 comments on commit 89a9f03

Please sign in to comment.