Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion base/autotools_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def configure(ctx, stage_args):
- name: configure
extra: ['--enable-foo', '--with-zlib=${ZLIB_DIR}']
set_env_flags: true # default
env_flags_append: {'LDFLAGS', '-Wl,-rpath=${ARTIFACT}/lib'} # only meaningful if set_env_flags: true
append: {'LDFLAGS': '-Wl,-rpath=${ARTIFACT}/lib'} # only meaningful if set_env_flags: true
configure_path: . # default
global_flags: false # default

Expand Down