Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/auriamg/macdylibbundler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-03Allow PREFIX to be set as env varRyan Schmidt
2021-08-01Allow user to set CXXFLAGS without losing -stdRyan Schmidt
Allow the user to set the CXXFLAGS environment variable (for example to specify different optimization flags) while not losing flags necessary to build (-std=c++11).
2021-07-31Use LDFLAGS when linkingRyan Schmidt
Use LDFLAGS when linking. The Makefile doesn't set any but the user might.
2021-03-16Update project to C++11 compilationSCG82
2018-06-07Ensure 'bin' directory exists before instalingAlexandre Esteves
2018-04-17Add Travis CIPablo Marcos Oltra