File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,13 @@ function cmake_gen() {
16
16
echo " using python abi: $1 "
17
17
if [ " $1 " == " cp27-cp27m" ]; then
18
18
export LD_LIBRARY_PATH=/opt/_internal/cpython-2.7.11-ucs2/lib:${LD_LIBRARY_PATH#/ opt/ _internal/ cpython-2.7.11-ucs4/ lib: }
19
+ export PATH=/opt/python/cp27-cp27m/bin/:${PATH}
19
20
PYTHON_FLAGS=" -DPYTHON_EXECUTABLE:FILEPATH=/opt/python/cp27-cp27m/bin/python
20
21
-DPYTHON_INCLUDE_DIR:PATH=/opt/python/cp27-cp27m/include/python2.7
21
22
-DPYTHON_LIBRARIES:FILEPATH=/opt/_internal/cpython-2.7.11-ucs2/lib/libpython2.7.so"
22
23
elif [ " $1 " == " cp27-cp27mu" ]; then
23
24
export LD_LIBRARY_PATH=/opt/_internal/cpython-2.7.11-ucs4/lib:${LD_LIBRARY_PATH#/ opt/ _internal/ cpython-2.7.11-ucs2/ lib: }
25
+ export PATH=/opt/python/cp27-cp27mu/bin/:${PATH}
24
26
PYTHON_FLAGS=" -DPYTHON_EXECUTABLE:FILEPATH=/opt/python/cp27-cp27mu/bin/python
25
27
-DPYTHON_INCLUDE_DIR:PATH=/opt/python/cp27-cp27mu/include/python2.7
26
28
-DPYTHON_LIBRARIES:FILEPATH=/opt/_internal/cpython-2.7.11-ucs4/lib/libpython2.7.so"
You can’t perform that action at this time.
0 commit comments