From 06fd4a903b11d06c66c51207883b0b8f1d4f2fb7 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Sun, 26 Sep 2021 10:48:02 -0400 Subject: Add muslbuild, a small set of shell scripts to statically build a few things against musl libc --- build/polybar | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 build/polybar (limited to 'build/polybar') diff --git a/build/polybar b/build/polybar deleted file mode 100755 index 45120e0..0000000 --- a/build/polybar +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -set -e - -# Based off of -# https://github.com/polybar/polybar/wiki/Compiling - -git clean -fdx . -mkdir build -cd build -cmake .. -make -j$(nproc) -sudo make install -- cgit v1.2.3