Skip to content

fem: osx: try to fix default ccx detection

Jonathan Wiedemann requested to merge github/fork/looooo/patch-13 into master

Created by: looooo

@berndhahnebach I tested this and it seems to work on osx. The real problem was related to wrong bytes->unicode decoding. But I also changed another line to use "ccx" (the command) instead of "path/to/ccx". To me this seems like the better approach as we test if the ccx command is available (so we should also use it).

Thank you for creating a pull request to contribute to FreeCAD! To ease integration, please confirm the following:

  • Branch rebased on latest master git pull --rebase upstream master
  • Unit tests confirmed to pass by running ./bin/FreeCAD --run-test 0
  • Commit message is well-written
  • Commit message includes issue #<id> or fixes #<id> where <id> is the associated MantisBT issue id if one exists

And please remember to update the Wiki with the features added or changed once this PR is merged.


Merge request reports