From 7f3605e74bb1154fc3bd6d850aff5c6f96f71641 Mon Sep 17 00:00:00 2001 From: Etienne Bacher <52219252+etiennebacher@users.noreply.github.com> Date: Fri, 30 Aug 2024 13:48:02 +0200 Subject: [PATCH] typo --- src/Makevars.in | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Makevars.in b/src/Makevars.in index b43906172..c0ea93f75 100644 --- a/src/Makevars.in +++ b/src/Makevars.in @@ -27,7 +27,6 @@ $(STATLIB): export PATH="$(PATH):$(HOME)/.cargo/bin" && \ # -z noexecstack added to avoid following error on Ubuntu: # /usr/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.39' not found (required by /usr/local/lib/R/site-library/polars/libs/polars.so)` - # # https://stackoverflow.com/questions/73435637/how-can-i-fix-usr-bin-ld-warning-trap-o-missing-note-gnu-stack-section-imp/73468271#73468271 cargo build --lib --manifest-path="$(CURDIR)/rust/Cargo.toml" --target-dir "$(TARGET_DIR)" --target="$(TARGET)" \ --profile="$(LIBR_POLARS_PROFILE)" --features="$(LIBR_POLARS_FEATURES)" -z noexecstack