Skip to content

Commit

Permalink
fix mac lib name
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedh committed Mar 8, 2024
1 parent b739438 commit cf0721e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def build_windows(lib_name: str = "openctm.dll") -> dict:
return {lib_name: f.read()}


def build_mac(lib_name: str = "openctm.dylib") -> dict:
def build_mac(lib_name: str = "libopenctm.dylib") -> dict:
"""
Build in a Mac environment.
"""
Expand Down

0 comments on commit cf0721e

Please sign in to comment.