From 0e365bbe1801974d7e7041387aa27b786809da8b Mon Sep 17 00:00:00 2001 From: "T.C. Hollingsworth" Date: Tue, 12 Nov 2013 14:41:40 -0700 Subject: [PATCH] fix call to gyp_uv --- libuv.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libuv.spec b/libuv.spec index a9df35c..b4700a3 100644 --- a/libuv.spec +++ b/libuv.spec @@ -41,7 +41,7 @@ Development libraries for libuv %build export CFLAGS='%{optflags}' export CXXFLAGS='%{optflags}' -./gyp_uv -Dcomponent=shared_library -Dlibrary=shared_library +%{__python} gyp_uv.py -Dcomponent=shared_library -Dlibrary=shared_library make %{?_smp_mflags} V=1 -C out BUILDTYPE=Release