Skip to content

Commit

Permalink
progress on #166 FragPipe
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrKralCZ committed Jan 15, 2024
1 parent 8b6bd98 commit e9d6a52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 166_FragPipe/Philosopher-5.0.0-GCC-11.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ builddependencies = [
]

prebuildopts = 'export CC="$CC" CFLAGS="$CFLAGS" && '
buildopts = "deploy && make philosopher"
# we want to make sure we get a static binary,
# see also https://mt165.co.uk/blog/static-link-go
buildopts = "deploy && export CGO_ENABLED=0 && make philosopher"

files_to_copy = [
(['%(namelower)s'], 'bin'),
Expand Down

0 comments on commit e9d6a52

Please sign in to comment.