mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
synced 2026-01-02 00:17:17 +00:00
CMake: Add option to download Qt and GLFW binaries over HTTP
This commit is contained in:
@@ -18,7 +18,7 @@ install:
|
||||
before_build:
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake -G "Visual Studio 12 Win64" ..
|
||||
- cmake -G "Visual Studio 12 Win64" -DCITRA_USE_BUNDLED_GLFW=1 ..
|
||||
- cd ..
|
||||
|
||||
after_build:
|
||||
|
||||
Reference in New Issue
Block a user