Skip to content
Permalink
Browse files
Merge pull request #11 from 163gal/gcitask1
Added the libstdc++.so library for 32 bits machines
  • Loading branch information
walterbender committed Dec 26, 2015
2 parents 87a7cde + 40d64a5 commit 8b28499
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
@@ -6,4 +6,6 @@
if platform.architecture()[0] == '64bit':
from box2d_64 import *
else:
from ctypes import cdll
libstdc = cdll.LoadLibrary("lib/libstdc++.so")
from box2d_32 import *
BIN +1.47 MB lib/libstdc++.so
Binary file not shown.

0 comments on commit 8b28499

Please sign in to comment.