solaris 64 bit port -> added double quotes to a CXX_FLAGS, because it caused

an internal python error.
This commit is contained in:
Harry Moffat 2009-04-09 21:53:21 +00:00
parent 047a8be0f1
commit 64ed313f5e
3 changed files with 3 additions and 2 deletions

View file

@ -4,3 +4,4 @@ _build
_winbuild
setup.py
manb.sh
tmp

View file

@ -38,7 +38,7 @@ use_clib_dll = @USE_CLIB_DLL@
#LOCAL_DEFS=-DDEBUG_MODE
PIC_FLAG=@PIC@
CXX_FLAGS= @CXXFLAGS@ $(LOCAL_DEFS) $(PIC_FLAG)
CXX_FLAGS= "@CXXFLAGS@ $(LOCAL_DEFS) $(PIC_FLAG)"
all: _build

View file

@ -1,4 +1,4 @@
*.xml
*.log
Makefile