Skip to content

Commit

Permalink
Mention gen_function TODO on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
michaliskambi committed Jun 14, 2024
1 parent 2798819 commit bf6d606
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ jobs:
# We clean and build gen_function separately, then we add it to glplotter
# because "gen_function" and "gen_function.exe"
# are listed in CastleEngineManifest.xml .
#
# TODO: gen_function is not packed into macOS zip, since the macOS is packed into .app bundle,
# there's no obvious place to add gen_function.
# Though we could place it inside bundle, like castle-model-converter in castle-model-viewer?
- name: Build gen_function for macOS
run: |
rm -f gen_function gen_function.exe
Expand Down

0 comments on commit bf6d606

Please sign in to comment.