Skip to content

Commit

Permalink
optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed Dec 3, 2024
1 parent 8f6762e commit 5bd9507
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xcpkg
Original file line number Diff line number Diff line change
Expand Up @@ -4637,7 +4637,7 @@ $PACKAGE_DO12345

# https://doc.rust-lang.org/cargo/commands/cargo-rustc.html
# https://doc.rust-lang.org/rustc/codegen-options/index.html#link-arg
export RUSTFLAGS="-Clinker=$CC"
export RUSTFLAGS="-Clinker=$CC -L native=$PACKAGE_INSTALLING_LIB_DIR"

for LDFLAG in $LDFLAGS
do
Expand Down Expand Up @@ -8050,7 +8050,7 @@ fi

##################################################################################

XCPKG_VERSION=0.26.2
XCPKG_VERSION=0.26.3

XCPKG_ARG0="$0"
XCPKG_ARG1="$1"
Expand Down

0 comments on commit 5bd9507

Please sign in to comment.