Skip to content

Commit

Permalink
fixed CFLAGS overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksArt000 committed Oct 24, 2024
1 parent ad72f31 commit 602ecda
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions base/src/libgit2.ecmp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ url = https://libgit2.org/
[files]
libgit2-1.8.1.tar.gz https://codeload.github.com/libgit2/libgit2/tar.gz/refs/tags/v1.8.1 8c1eaf0cf07cba0e9021920bfba9502140220786ed5d8a8ec6c7ad9174522f8e

[exports]
CFLAGS=-march=x86-64-v2
CXXFLAGS=-march=x86-64-v2

[description]
libgit2 is a portable, pure C implementation of the Git core methods

Expand Down
4 changes: 4 additions & 0 deletions extra/src/graphics/seatd.ecmp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ A minimal seat management daemon, and a universal seat management library.
[files]
seatd-0.8.0.tar.gz https://git.sr.ht/~kennylevinsen/seatd/archive/0.8.0.tar.gz a562a44ee33ccb20954a1c1ec9a90ecb2db7a07ad6b18d0ac904328efbcf65a0

[exports]
CFLAGS=-march=x86-64-v2
CXXFLAGS=-march=x86-64-v2

[download]
tar -xzf seatd-0.8.0.tar.gz

Expand Down

0 comments on commit 602ecda

Please sign in to comment.