Skip to content

Commit a303b34

Browse files
committed
fix setup.py typos
1 parent 7ded9dd commit a303b34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ def download_dawn(os_name):
5050
print("=====================\n")
5151

5252
outfile_map = {
53-
"macOS": "third_party/lib/libdawn.dylib"
53+
"macOS": "third_party/lib/libdawn.dylib",
5454
"Linux": "third_party/lib/libdawn.so",
5555
}
5656
url_map = {
57-
"macOS": "https://github.com/austinvhuang/dawn-artifacts/releases/download/prerelease/libdawn.dylib"
57+
"macOS": "https://github.com/austinvhuang/dawn-artifacts/releases/download/prerelease/libdawn.dylib",
5858
"Linux": "https://github.com/austinvhuang/dawn-artifacts/releases/download/prerelease/libdawn.so",
5959
}
6060

0 commit comments

Comments
 (0)