Skip to content
This repository was archived by the owner on Feb 9, 2021. It is now read-only.

Commit 621eac6

Browse files
authored
Update __init__.py
Added new path for FreeCAD in MacOS per #306
1 parent d68509d commit 621eac6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cadquery/freecad_impl/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ def _fc_path():
136136
# Assume we're dealing with a Mac
137137
for _PATH in [
138138
"/Applications/FreeCAD.app/Contents/lib",
139+
"/Applications/FreeCAD.app/Contents/Resources/lib",
139140
os.path.join(os.path.expanduser("~"),
140141
"Library/Application Support/FreeCAD/lib"),
141142
]:

0 commit comments

Comments
 (0)