blob: 8a34a310d5baccb986a99a7057991b85b1a9eb31 (
plain)
1
2
3
4
5
6
7
8
9
|
# $NetBSD: tool.mk,v 1.1 2014/08/21 14:49:43 he Exp $
.if !defined(GYP_TOOL_MK)
GYP_TOOL_MK= defined
# Gyp really wants an executable "python"; this does it
.include "../../lang/python/tool.mk"
.endif #GYP_TOOL_MK
|