Skip to content

Commit 65111b3

Browse files
committed
[fix] trivial-features pushes :darwin to cl:*features*
1 parent 351a465 commit 65111b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py4cl2-cffi.asd

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
;; Certain systems like Allegro CL 11 on M* Mac do not seem to
3232
;; load config-darwin with the :darwin feature. We rely on
3333
;; TRIVIAL-FEATURES to add the :macosx feature.
34-
(:feature :macosx "py4cl2-cffi/config-darwin")
34+
(:feature :darwin "py4cl2-cffi/config-darwin")
3535
"swank")
3636
:serial t
3737
:components ((:static-file "py4cl.py")

0 commit comments

Comments
 (0)