Skip to content

Commit

Permalink
Try dynlink for arm version
Browse files Browse the repository at this point in the history
  • Loading branch information
nxpfrankli authored Feb 12, 2024
1 parent 9fbad5e commit 869f5ac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@ jobs:
run: |
git config --global --add safe.directory /mfgtools
cd /mfgtools
cd tinyxml2; cmake .; make; cd ..;
cmake -D 'STATIC=1' .
# cd tinyxml2; cmake .; make; cd ..;
# cmake -D 'STATIC=1' .
cmake .
make

- name: Rename
Expand Down

0 comments on commit 869f5ac

Please sign in to comment.