Switch the default python binary for codegen scripts to python3
This commit is contained in:
parent
aef3741000
commit
b24ab46a1a
|
@ -2,7 +2,7 @@
|
|||
# Framing sources generation.
|
||||
# --------------------------------------------------------------------
|
||||
|
||||
PYTHON ?= python
|
||||
PYTHON ?= python3
|
||||
CODEGEN = $(CURDIR)/codegen.py
|
||||
CODEGEN_DIR ?= $(DEPS_DIR)/rabbitmq_codegen
|
||||
CODEGEN_AMQP = $(CODEGEN_DIR)/amqp_codegen.py
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Framing sources generation.
|
||||
# --------------------------------------------------------------------
|
||||
|
||||
PYTHON ?= python
|
||||
PYTHON ?= python3
|
||||
CODEGEN = $(CURDIR)/codegen.py
|
||||
CODEGEN_DIR ?= $(DEPS_DIR)/rabbitmq_codegen
|
||||
CODEGEN_AMQP = $(CODEGEN_DIR)/amqp_codegen.py
|
||||
|
|
Loading…
Reference in New Issue