From 5036df76b2ed9b109059d21a6eb0015149c89e75 Mon Sep 17 00:00:00 2001 From: liamwhite Date: Wed, 15 Mar 2023 11:59:37 -0400 Subject: [PATCH] Updated Building for macOS (markdown) --- Building-for-macOS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: ```