CMake: fixed path to phobos

This commit is contained in:
Alexey Prokhin
2012-03-06 12:10:02 +04:00
parent 598942bd78
commit c4414a2f3f
2 changed files with 9 additions and 11 deletions

View File

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