We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ded9dd commit a303b34Copy full SHA for a303b34
setup.py
@@ -50,11 +50,11 @@ def download_dawn(os_name):
50
print("=====================\n")
51
52
outfile_map = {
53
- "macOS": "third_party/lib/libdawn.dylib"
+ "macOS": "third_party/lib/libdawn.dylib",
54
"Linux": "third_party/lib/libdawn.so",
55
}
56
url_map = {
57
- "macOS": "https://github.com/austinvhuang/dawn-artifacts/releases/download/prerelease/libdawn.dylib"
+ "macOS": "https://github.com/austinvhuang/dawn-artifacts/releases/download/prerelease/libdawn.dylib",
58
"Linux": "https://github.com/austinvhuang/dawn-artifacts/releases/download/prerelease/libdawn.so",
59
60
0 commit comments