diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-06-04 17:53:44 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-06-04 17:53:44 -0400 |
commit | 3b30be51008b8259db9b826b10096fb35d324a2e (patch) | |
tree | 40ed563750a299b93caa1f91f7f1885119833ea7 /git | |
parent | bb038280d2b5e12916d14587fd5e82455b456698 (diff) | |
download | spm_packages-3b30be51008b8259db9b826b10096fb35d324a2e.tar.gz |
Back to linux development
Diffstat (limited to 'git')
-rw-r--r-- | git/build.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/git/build.sh b/git/build.sh index 22a4aed..7016f18 100644 --- a/git/build.sh +++ b/git/build.sh @@ -34,7 +34,6 @@ function prepare() { function build() { make configure - spm_debug_shell ./configure --prefix=${_prefix} \ --libdir=${_prefix}/lib \ --with-curl \ |