Changeset 14627
- Timestamp:
- Feb 2, 2011, 4:34:22 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lib/dumplisp.lisp
r14608 r14627 101 101 :application-type application-type))) 102 102 (when native 103 #+(or darwinx8632-target darwin -x8664-target) (setq fd (- fd))104 #-(or darwinx8632-target darwin -x8664-target)103 #+(or darwinx8632-target darwinx8664-target) (setq fd (- fd)) 104 #-(or darwinx8632-target darwinx8664-target) 105 105 (progn 106 106 (warn "native image support not available, ignoring ~s option." :native)))
Note: See TracChangeset
for help on using the changeset viewer.