Skip to content

Commit

Permalink
Added bestsource
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Olt committed Oct 1, 2024
1 parent 0101c07 commit 3d9788d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/bs.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"commands": [
{ "cmd": ["tar", "xzf", "{DL_FILENAME}"] },
{ "flags": { "CFLAGS": "-fPIC", "LDFLAGS": "-fPIC" }, "cwd": "{DL_DIRECTORY}", "cmd": [ "./configure", "--prefix={WORKSPACEDIR}", "--enable-static", "--disable-shared", "--enable-pic" ] },
{ "cwd": "{DL_DIRECTORY}", "cmd": [ "make", "-j{NPROC}" ] },
{ "cwd": "{DL_DIRECTORY}", "cmd": [ "make", "install" ] }
{ "cwd": "{DL_DIRECTORY}", "cmd": ["make", "-j{NPROC}"] },
{ "cwd": "{DL_DIRECTORY}", "cmd": ["make", "install"] }
]
}
}
Expand Down

0 comments on commit 3d9788d

Please sign in to comment.