mirror of https://github.com/davisking/dlib.git
Made compile script go back to starting folder upon completion.
This commit is contained in:
parent
1f14e8f590
commit
c9dce70c4d
|
@ -2,3 +2,4 @@ mkdir build
|
|||
cd build
|
||||
cmake ../../tools/python
|
||||
cmake --build . --config Release --target install
|
||||
cd ..
|
||||
|
|
Loading…
Reference in New Issue