+ build_gcc_linux_pyeo
This commit is contained in:
parent
aa6d1407c2
commit
6dc49743b2
2 changed files with 11 additions and 1 deletions
7
eo/build_gcc_linux_pyeo
Executable file
7
eo/build_gcc_linux_pyeo
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
mkdir -p release
|
||||
cd release
|
||||
cmake -DENABLE_PYEO=1 ..
|
||||
make
|
||||
cd ..
|
||||
Reference in a new issue