diff options
| author | Robert Tari <robert@tari.in> | 2021-11-03 01:50:26 +0100 |
|---|---|---|
| committer | Robert Tari <robert@tari.in> | 2021-11-03 01:50:26 +0100 |
| commit | 3834947c6828ec4bcea7d941b1c28a8b9318f829 (patch) | |
| tree | 3c879f87ddd4f0f20e6a72a50a15775c4ecb0b7c /build.sh | |
| parent | 7d87d4cf8474a9f7f73c362b0e4be718b7e04707 (diff) | |
| parent | cdc973d04fd3af82159abe2c8e5473152d97fbeb (diff) | |
| download | ayatana-indicator-session-3834947c6828ec4bcea7d941b1c28a8b9318f829.tar.gz ayatana-indicator-session-3834947c6828ec4bcea7d941b1c28a8b9318f829.tar.bz2 ayatana-indicator-session-3834947c6828ec4bcea7d941b1c28a8b9318f829.zip | |
Merge branch 'sunweaver-pr/remove-superfluous-files'
Attributes GH PR #62: https://github.com/AyatanaIndicators/ayatana-indicator-session/pull/62
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/build.sh b/build.sh deleted file mode 100755 index b69687c..0000000 --- a/build.sh +++ /dev/null @@ -1,18 +0,0 @@ -#! /bin/bash -set -e - -mkdir -p build - -if [ -f "/usr/bin/ninja" ] ; then - EXTRA_ARGS="-G Ninja" - BUILD_COMMAND="ninja" -else - BUILD_COMMAND="make" -fi - -echo "Using $BUILD_COMMAND to build" -( - cd build - cmake .. $EXTRA_ARGS -DCMAKE_INSTALL_PREFIX=../../install -DCMAKE_BUILD_TYPE=Debug - $BUILD_COMMAND -) |
