Skip to content

Commit 0c24424

Browse files
committed
fix tests
1 parent 5995c5b commit 0c24424

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/policy.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ prune_to_best_version(Pool *pool, Queue *plist)
938938
}
939939
}
940940

941-
941+
#ifdef ENABLE_CONDA
942942
/*
943943
* prune_to_best_version_conda
944944
*
@@ -1020,6 +1020,7 @@ prune_to_best_version_conda(Pool *pool, Queue *plist)
10201020
plist->count = q.count;
10211021
queue_free(&q);
10221022
}
1023+
#endif // ENABLE_CONDA
10231024

10241025
static int
10251026
sort_by_name_evr_sortcmp(const void *ap, const void *bp, void *dp)

0 commit comments

Comments
 (0)