mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
Don't run reexport_flags on fetch
This commit is contained in:
parent
cf717dc830
commit
cc75d562ba
@ -37,7 +37,10 @@ function DYNAMIC_INIT {
|
||||
export LDFLAGS="${USER_LDFLAGS}-Wl,-rpath-link,${COOKBOOK_SYSROOT}/lib -L${COOKBOOK_SYSROOT}/lib"
|
||||
export RUSTFLAGS="-C target-feature=-crt-static -L native=${COOKBOOK_SYSROOT}/lib -C link-arg=-Wl,-rpath-link,${COOKBOOK_SYSROOT}/lib"
|
||||
export COOKBOOK_DYNAMIC=1
|
||||
reexport_flags
|
||||
|
||||
if [ function = $(type -t reexport_flags) ]; then
|
||||
reexport_flags
|
||||
fi
|
||||
}
|
||||
|
||||
COOKBOOK_AUTORECONF="autoreconf"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user