* 1. Fix to build angleproject using newest git checkout by linking to -lsetupapi 2. Add small patch to build outside of the source directory 3. Build static libraries after building shared libraries * Update PKGBUILD * Update PKGBUILD * 1. modify spacing to be consistent * Update PKGBUILD * 1. windows file endings broke build * # Conflicts: # mingw-w64-angleproject-git/PKGBUILD * 462820ab00f0644c96f0d56925f89eca3a1fbf8bc2e033e13c41b971980b2a56 * 1. fix 32bit definitions * Update NSS to 3.20.2
14 lines
329 B
Diff
14 lines
329 B
Diff
diff --git a/src/common/version.h b/src/common/version.h
|
|
index e7ffa7cab3..b653ae39c9 100644
|
|
--- a/src/common/version.h
|
|
+++ b/src/common/version.h
|
|
@@ -7,7 +7,7 @@
|
|
#ifndef COMMON_VERSION_H_
|
|
#define COMMON_VERSION_H_
|
|
|
|
-#include "id/commit.h"
|
|
+#include "commit.h"
|
|
|
|
#define ANGLE_MAJOR_VERSION 2
|
|
#define ANGLE_MINOR_VERSION 1
|
|
|