Project

General

Profile

« Previous | Next » 

Revision 2d5b723b

Added by Jimmy Miller almost 3 years ago

Fix build when enable_shared is on (#6924)

Before this change, if enable_shared was true, the directory would have a suffix of -static and be deleted on each make install. This would cause a second make install to fail.