Skip to content

Commit b2868f4

Browse files
authored
Update setup.py
1 parent c789706 commit b2868f4

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
@@ -27,10 +27,10 @@ def load_requirements(fname):
2727
class MyInstallData(install):
2828
def run(self):
2929
from llvm import amdgcn
30-
30+
self.mkpath(self.install_dir)
3131
shutil.copy(
3232
amdgcn.__file__,
33-
Path(__file__).parent
33+
Path(self.install_dir)
3434
/ HOST_MLIR_PYTHON_PACKAGE_PREFIX
3535
/ "extras"
3636
/ "dialects"

0 commit comments

Comments
 (0)