Skip to content

Commit

Permalink
LLVM linking
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Skrzypkowski committed Oct 12, 2016
1 parent 6eef220 commit 3f717ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ fn main() {
.arg("--disable-egl")
.arg("--disable-driglx-direct")
.arg("--enable-gallium-osmesa")
.arg("--with-gallium-drivers=swrast")
.arg("--disable-llvm-shared-libs"));
.arg("--with-gallium-drivers=swrast"));

run(Command::new("make")
.arg("-j4")
Expand Down

0 comments on commit 3f717ef

Please sign in to comment.