Skip to content

Commit

Permalink
static linking for linux?
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-wes committed Jun 26, 2024
1 parent 6b11c89 commit 6ad8d31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/compile-and-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
sudo apt-get install -y gcc-aarch64-linux-gnu
echo "CC=aarch64-linux-gnu-gcc" >> $GITHUB_ENV
- name: Set static linking
run: echo "CFLAGS=-static" >> $GITHUB_ENV

- name: Clone Pd
run: git clone --branch=${{ env.PD_VERSION }} --depth=1 https://github.com/pure-data/pure-data.git

Expand Down

0 comments on commit 6ad8d31

Please sign in to comment.