solaris 64 bit port -> added double quotes to a CXX_FLAGS, because it caused
an internal python error.
This commit is contained in:
parent
047a8be0f1
commit
64ed313f5e
3 changed files with 3 additions and 2 deletions
|
|
@ -4,3 +4,4 @@ _build
|
|||
_winbuild
|
||||
setup.py
|
||||
manb.sh
|
||||
tmp
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
*.xml
|
||||
*.log
|
||||
|
||||
Makefile
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue