Skip to content
Snippets Groups Projects
Commit e5c1a2fd authored by Duong Dang's avatar Duong Dang
Browse files

[wip/robot-viewer] Add flag to disable configure.

                   Modify MAKE_PROGRAM macro,
                   `python setup.py build' seems to be called but produces a
                   `Filename too long' in the end.
parent ce3cbb87
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@ COMMENT= A simple robot viewer/motion player
USE_LANGUAGES+= Python
GNU_CONFIGURE= no
NO_CONFIGURE= yes
DOXYGEN_PLIST_DIR+=
include ../../mk/sysdep/python.mk
......@@ -40,5 +41,6 @@ include ../../mk/sysdep/python.mk
#include ../../mk/sysdep/pdflatex.mk
include ../../mk/robotpkg.mk
MAKE_PROGRAM= "${PYTHON} setup.py build"
INSTALL_TARGET="${PYTHON} setup.py install"
\ No newline at end of file
MAKE_PROGRAM= "`python setup.py build`"
INSTALL_TARGET= "`python setup.py install`"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment