build python module without binreloc, add dummy argv[0] to initialize bprogname.

This commit is contained in:
Campbell Barton
2011-02-21 13:13:08 +00:00
parent ef60ae9521
commit 9ef0eed4b6
7 changed files with 30 additions and 15 deletions

View File

@@ -31,7 +31,7 @@ if(WITH_BULLET)
add_subdirectory(bullet2)
endif()
if(CMAKE_SYSTEM_NAME MATCHES "Linux")
if(WITH_BINRELOC)
add_subdirectory(binreloc)
endif()