diff --git a/wiki/BuildOSX.wiki b/wiki/BuildOSX.wiki index 1c3f794..7337c16 100644 --- a/wiki/BuildOSX.wiki +++ b/wiki/BuildOSX.wiki @@ -7,4 +7,8 @@ * sudo easy_install -U py2app # From within the src directory: # Update hosts.txt to have preset options for the client. Hosts are comma separated and optional. - # Run:./makegitso.pl --> Gitso.dmg \ No newline at end of file + # Run:./makegitso.pl --> Gitso.dmg + +===Notes==== + # If you get a python gdb error try typing the following at the command line: + * defaults write com.apple.versioner.python Prefer-32-Bit -bool yes \ No newline at end of file