diff --git a/Building-for-macOS.md b/Building-for-macOS.md index 9c617c9..2334ed7 100644 --- a/Building-for-macOS.md +++ b/Building-for-macOS.md @@ -16,8 +16,8 @@ cmake .. -GNinja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DYUZU_USE_BUNDLED_VCPKG=OFF ninja ``` -TODO: use newer vcpkg. This fixes the boost context library, and allows using the web service -TODO: figure out what's up with libusb +- TODO: use newer vcpkg. This fixes the boost context library, and allows using the web service +- TODO: figure out what's up with libusb Run the output: ```