scripts/Programming/Tcl/build: compile with system compiler

This commit is contained in:
2015-03-24 13:28:34 +01:00
parent 15815f6e6a
commit 12d6f2f532

View File

@@ -21,7 +21,9 @@ function em.post_install() {
{ cd "${PREFIX}"/bin && rm -f tclsh && ln -fs tclsh${V%.*} tclsh; };
}
# use system's cc
declare CC=cc
em.add_to_family 'Programming'
em.set_docfiles 'license.terms' 'README'
em.set_build_dependencies "${COMPILER}"
em.make_all