Skip to content

Commit

Permalink
build/pkgs/appnope: skip when not on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
orlitzky committed Feb 4, 2024
1 parent cc17494 commit c488211
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/pkgs/appnope/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
SAGE_SPKG_CONFIGURE([appnope], [
SAGE_PYTHON_PACKAGE_CHECK([appnope])
], [dnl REQUIRED-CHECK
dnl Only required on macOS
sage_require_appnope=no
AS_CASE([$host], [*-*-darwin*], [sage_require_appnope=yes])
])

0 comments on commit c488211

Please sign in to comment.