diff --git a/Obtaining-the-Oodle-library.md b/Obtaining-the-Oodle-library.md index 89f6c3f..453ffa0 100644 --- a/Obtaining-the-Oodle-library.md +++ b/Obtaining-the-Oodle-library.md @@ -4,7 +4,7 @@ Darktide ships with a `.dll` for Oodle 2.8, and DTMT could link to that at runti * DTMT needs to know the path to the library file. It's hard to make automatic detection reliable, and it's confusing for people to specify it manually. Therefore, linking the libraries statically is the better option, but requires additional files on both systems. -To compile for Windows (native or cross), a `oo2core_win_release.lib` file is needed. Compiling for Linux requires an `liboo2corelinux64.a` archive file instead. +To compile for Windows (native or cross), a `oo2core_win64.lib` file is needed. Compiling for Linux requires an `liboo2corelinux64.a` archive file instead. ## Generating a `.lib` file