From 77210e760b362590ec7366c3a9c8fabf5ecca802 Mon Sep 17 00:00:00 2001 From: sparky Date: Fri, 3 Nov 2006 18:00:29 +0000 Subject: [PATCH] - quote %{__cc} / %{__cxx} Changed files: FinalSolution.spec -> 1.3 --- FinalSolution.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FinalSolution.spec b/FinalSolution.spec index 597d917..0e8615b 100644 --- a/FinalSolution.spec +++ b/FinalSolution.spec @@ -37,7 +37,7 @@ serwera. %build %{__make} \ - CC=%{__cxx} \ + CC="%{__cxx}" \ CFLAGS="%{rpmcflags} -Wall -Wno-deprecated -c -Isrc/Include" \ DEBUG="" -- 2.43.0