Skip to content

Commit

Permalink
[Bison] ensure the package does not hardcode paths (#6580)
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat authored Apr 14, 2023
1 parent 1c5487c commit 688557c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion B/Bison/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sources = [
# Bash recipe for building across all platforms
script = raw"""
cd $WORKSPACE/srcdir/bison-*
./configure --prefix=${prefix} --build=${MACHTYPE} --host=${target}
./configure --prefix=${prefix} --build=${MACHTYPE} --host=${target} --enable-relocatable
make -j${nproc}
make install
"""
Expand Down

0 comments on commit 688557c

Please sign in to comment.