cl-opengl icon indicating copy to clipboard operation
cl-opengl copied to clipboard

Use the cl-user::*foreign-system-libraries* hook from Deploy

Open lockie opened this issue 9 months ago • 0 comments

Hey! This small PR integrates cl-opengl better with Deploy tool. When this tool is not used, no harm's done — there's just the variable *foreign-system-libraries* created in cl-user package. When it is used though, this prevents Deploy from unnecessarily copying system libraries (which opengl libs are) into deployment directory.

lockie avatar Mar 10 '25 12:03 lockie