Skip to content

Commit

Permalink
Remove trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
bugdea1er authored Aug 10, 2024
1 parent 0137270 commit 7ada320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/tmp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def install
system "cmake", "-S", ".", "-B", "build", "-DBUILD_SHARED_LIBS=TRUE", *std_cmake_args
system "cmake", "--build", "build"
system "cmake", "--install", "build"

system "cmake", "-S", ".", "-B", "build-static", "-DBUILD_SHARED_LIBS=FALSE", *std_cmake_args
system "cmake", "--build", "build-static"
lib.install "build-static/libtmp.a"
Expand Down

0 comments on commit 7ada320

Please sign in to comment.