cl-opengl
cl-opengl copied to clipboard
Use the cl-user::*foreign-system-libraries* hook from Deploy
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.