Skip to content

Commit

Permalink
Document change
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarEmaraDev committed Nov 28, 2023
1 parent 060b425 commit b3c8701
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
- Fixed *BMesh Mesh Data* not loading indices.
- Fixed *Set Bevel Vertex Weight* and *Set Bevel Edge Weight* nodes for API changes.
- Fixed *Set Keyframe* node failing when path contains a subscript.
- Fixed symbol not found error on MacOS 10.

### Changed

Expand Down
1 change: 1 addition & 0 deletions _setuputils/compilation.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def getExtensionFromPath(path, addonDirectory, includeDirs = []):
"depends" : []
}

# Disable stack checking because it causes link errors for MacOS 10.
if onMacOS:
kwargs["extra_compile_args"].append("-fno-stack-check")

Expand Down

0 comments on commit b3c8701

Please sign in to comment.