mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
PrusaSlicer: don't build tests when unneeded
This commit is contained in:
parent
d212b938f5
commit
3be043124e
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@ checksum=e58278067b9d49a42dc9bb02b74307b3cb365bb737f28e246ca8c6f466095d6b
|
|||
|
||||
CXXFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
|
||||
|
||||
if [ -z "${XBPS_CHECK_PKGS}" ]; then
|
||||
configure_args+=" -DSLIC3R_BUILD_TESTS=OFF"
|
||||
fi
|
||||
|
||||
post_extract() {
|
||||
# Mark tests that fail on certain targets
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
|
|
Loading…
Add table
Reference in a new issue