summarylogtreecommitdiffstats
path: root/arch-linux.patch
diff options
context:
space:
mode:
authorTony Lambiris2018-03-06 19:06:44 -0500
committerTony Lambiris2018-03-06 19:06:44 -0500
commitf0bebba8c6241d0be5c328a64111aff1896d73be (patch)
treea83b78244f7a53d8fc3ecc4aa33e16db0f804c4e /arch-linux.patch
parent0c572b21525d495ebd4813c9582cf1482d9d7b5c (diff)
downloadaur-f0bebba8c6241d0be5c328a64111aff1896d73be.tar.gz
Version bump
Diffstat (limited to 'arch-linux.patch')
-rw-r--r--arch-linux.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch-linux.patch b/arch-linux.patch
index 996944d1a036..935bcf1c9b3f 100644
--- a/arch-linux.patch
+++ b/arch-linux.patch
@@ -25,17 +25,17 @@ index 3acf0c5..bd7612b 100644
implementation("system/windows/services@genServices")
examples([
diff --git a/Makefile b/Makefile
-index 2ebc534f..98a0178d 100644
+index 47ff957d..ab679b5f 100644
--- a/Makefile
+++ b/Makefile
@@ -70,7 +70,7 @@ CMAKE := $(PATH_SET) LDFLAGS="-L$(DEPS_DIR)/legacy/lib -L$(DEPS_DIR)/lib $(LINK_
cmake $(CMAKE_EXTRA) $(SOURCE_DIR)/
-
+
CTEST := $(PATH_SET) ctest $(SOURCE_DIR)/
-FORMAT_COMMAND := python tools/formatting/git-clang-format.py \
+FORMAT_COMMAND := python2 tools/formatting/git-clang-format.py \
- "--commit" "master" "-f" "--style=file"
-
+ "--commit" "master" "-f" "--style=file"
+
ANALYSIS := ${SOURCE_DIR}/tools/analysis
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4444a9a2..b9c2640d 100644