mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 10:16:36 +01:00
CMake: fixed path to phobos
This commit is contained in:
@@ -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"
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user