mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
Fix #460: rename libphobos2.a to liblphobos2.a
This commit is contained in:
@@ -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"
|
||||
];
|
||||
};
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user