We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71130a9 commit 73a627eCopy full SHA for 73a627e
README.md
@@ -17,7 +17,7 @@ This requires the 5.3 or newer. You can use the the release binaries from [swift
17
The following example session shows how to build with CMake 3.16 or newer.
18
19
```cmd
20
-set SWIFTFLAGS=-sdk %SDKROOT% -I %SDKROOT%/usr/lib/swift -L %SDKROOT%/usr/lib/swift/windows
+set SWIFTFLAGS=-sdk %SDKROOT% -resource-dir %SDKROOT%/usr/lib/swift -I %SDKROOT%/usr/lib/swift -L %SDKROOT%/usr/lib/swift/windows
21
22
cmake -B build -D BUILD_SHARED_LIBS=YES -D CMAKE_BUILD_TYPE=Release -D CMAKE_Swift_FLAGS="%SWIFTFLAGS%" -G Ninja -S .
23
ninja -C build SwiftWin32 UICatalog
0 commit comments