mirror of
https://github.com/haiwen/libsearpc.git
synced 2025-09-09 08:39:30 +00:00
Avoid using python3 as default python interpreter.
Now if the user wants to build libsearpc when he/she has installed python3 as default python interpreter. He/She need to build program as following steps: 1. ./configure PYTHON=/usr/bin/python2.x 2. make 3. make install
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
|
||||
"""
|
||||
Generate function define macros.
|
||||
|
Reference in New Issue
Block a user