mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
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
Block a user