Commit 218f3ed7 authored by Will Bond's avatar Will Bond Committed by GitHub

Merge pull request #5667 from gibacic/master

added linux-x64 support (ubuntu 16.04) for numpy and q KDB
parents ddb6c4e5 01c62778
...@@ -259,7 +259,7 @@ ...@@ -259,7 +259,7 @@
"base": "https://github.com/komsit37/sublime-numpy", "base": "https://github.com/komsit37/sublime-numpy",
"tags": true, "tags": true,
"sublime_text": ">=3000", "sublime_text": ">=3000",
"platforms": ["windows-x64", "osx-x64"] "platforms": ["windows-x64", "osx-x64", "linux-x64"]
} }
] ]
}, },
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
{ {
"sublime_text": ">=3000", "sublime_text": ">=3000",
"tags": true, "tags": true,
"platforms": ["osx-x64", "windows-x64"] "platforms": ["osx-x64", "windows-x64", "linux-x64"]
} }
] ]
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment