Skip to content

Commit

Permalink
Fix the CXX variable
Browse files Browse the repository at this point in the history
  • Loading branch information
David Sansome committed Feb 1, 2011
1 parent 859e679 commit 18b3ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/makefile-variables.in
Expand Up @@ -2,7 +2,7 @@ VERSION= ${LIBPYTHON}
srcdir= .

CC= ${CMAKE_C_COMPILER} -pthread
CXX= ${CMAKE_XXC_COMPILER} -pthread
CXX= ${CMAKE_CXX_COMPILER} -pthread
MAINCC= ${CMAKE_C_COMPILER} -pthread
LINKCC= ${CMAKE_C_COMPILER} -pthread
AR= ${CMAKE_AR}
Expand Down

0 comments on commit 18b3ec1

Please sign in to comment.