Fix #460: rename libphobos2.a to liblphobos2.a

This commit is contained in:
Alexey Prokhin
2011-03-26 20:22:09 +03:00
parent 7f0ecdf7b9
commit 85da0168bf
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ default:
"-I@RUNTIME_DIR@/src",
"-I@PHOBOS2_DIR@/",
"-L-L@PROJECT_BINARY_DIR@/../lib",
"-defaultlib=phobos2",
"-debuglib=phobos2"
"-defaultlib=lphobos2",
"-debuglib=lphobos2"
];
};

View File

@@ -296,7 +296,7 @@ if(PHOBOS2_DIR)
dc(${f} PHOBOS2_O PHOBOS2_BC ${RUNTIME_DIR}/src/ "-I${PHOBOS2_DIR}" ${PHOBOS2_DIR})
endforeach(f)
add_library(phobos2 ${D_LIBRARY_TYPE}
add_library(lphobos2 ${D_LIBRARY_TYPE}
${ZLIB_C}
${PHOBOS2_O}
${CORE_O}