mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ocaml-findlib: don't strip bytecode.
This commit is contained in:
parent
5d4e4bc51e
commit
85971d29c4
1 changed files with 6 additions and 3 deletions
|
@ -16,9 +16,12 @@ nopie=yes
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
# native code platforms
|
# native code platforms
|
||||||
x86_64*|aarch64*|riscv64*) make_build_args="all opt";;
|
x86_64*|aarch64*|riscv64*)
|
||||||
*) make_build_target="all";;
|
make_build_args="all opt";;
|
||||||
|
*)
|
||||||
|
nostrip=yes # breaks bytecode!
|
||||||
|
make_build_target="all";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue