mirror of
https://gitlab.com/eql/lqml.git
synced 2026-01-24 21:40:48 -08:00
add patch to make Qt5.15.2 work with Xcode 15
This commit is contained in:
parent
f2cb700d56
commit
3ebc3b7c2b
5 changed files with 465 additions and 1 deletions
|
|
@ -117,7 +117,7 @@
|
|||
(later forms)))
|
||||
|
||||
(defun %make-byte-vector (list)
|
||||
;; for internal use (called from marshal.cpp')
|
||||
;; for internal use (called from 'marshal.cpp')
|
||||
(make-array (length list) :element-type '(unsigned-byte 8) :initial-contents list))
|
||||
|
||||
(defun %break (&rest args)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue