Skip to content

Commit

Permalink
minor: fix for OS X SCons install
Browse files Browse the repository at this point in the history
  • Loading branch information
banker committed May 25, 2012
1 parent 61ae288 commit cee835c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ dynb = bsonEnv.SharedLibrary( "bson" , bSharedObjs )


# ---- Install ----
if os.sys.platform == "darwim":
if os.sys.platform == "darwin":
shared_obj_suffix = "dylib"
else:
shared_obj_suffix = "so"
Expand Down

0 comments on commit cee835c

Please sign in to comment.