Skip to content

Commit

Permalink
fix RPATH problem
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrKralCZ committed Dec 13, 2023
1 parent be367d2 commit aca18a8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ builddependencies = [
('Go', '1.21.2', '', SYSTEM),
]

# see https://github.com/Nesvilab/philosopher/wiki/How-to-Build
buildopts = 'CC="$CC" CFLAGS="$CFLAGS" deploy && go build -o philosopher'
prebuildopts = 'export CC="$CC" CFLAGS="$CFLAGS" && '
buildopts = "deploy && make philosopher"

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

0 comments on commit aca18a8

Please sign in to comment.