Skip to content

Commit d1a03a2

Browse files
committed
Revert "Move python files a same level with c++ files"
This reverts commit c418d34.
1 parent 16abae0 commit d1a03a2

5 files changed

Lines changed: 2 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ environment:
33
install:
44
- git submodule update --init --recursive
55
build_script:
6-
- cd tools\onnx2daq
6+
- cd tools\onnx2daq\python
77
- pip install http://45.77.254.189/cibuildwheel-0.10.2-py2.py3-none-any.whl
88
- cibuildwheel --output-dir wheelhouse
99
artifacts:
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from os.path import dirname
2828

2929

30-
TOP_DIR = os.path.realpath(dirname(os.path.abspath(__file__)))
30+
TOP_DIR = os.path.realpath(dirname(dirname(dirname(dirname(os.path.abspath(__file__))))))
3131
CMAKE_BUILD_DIR = os.path.join(TOP_DIR, '.setuptools-cmake-build')
3232

3333
WINDOWS = (os.name == 'nt')

0 commit comments

Comments
 (0)