fix call to gyp_uv

This commit is contained in:
T.C. Hollingsworth 2013-11-12 14:41:40 -07:00
parent bd52e48d5f
commit 0e365bbe18
1 changed files with 1 additions and 1 deletions

View File

@ -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