Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forced the searching of python2 #63

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Forced the searching of python2 #63

wants to merge 1 commit into from

Conversation

aletra
Copy link

@aletra aletra commented Sep 21, 2021

No description provided.

@@ -11,7 +11,7 @@ if(NOT CMAKE_C_FLAGS)
endif()

add_custom_command(OUTPUT zw_gen_hdr.c
COMMAND ${PYTHON_EXECUTABLE} generate_c_decoder.py > ${CMAKE_CURRENT_BINARY_DIR}/zw_gen_hdr.c
COMMAND ${Python2_EXECUTABLE} generate_c_decoder.py > ${CMAKE_CURRENT_BINARY_DIR}/zw_gen_hdr.c
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe sheebang (#!/usr/bin/env python2) could be added to script too and run without interpreter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants