Skip to content

Commit 6eaf2cd

Browse files
committed
fix build
1 parent f56cf70 commit 6eaf2cd

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

build/msys2/PKGBUILD.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ noextract=()
5252
md5sums=()
5353
validpgpkeys=()
5454

55-
rootDir=$(pwd)/.. # project root directory
55+
# project root directory
56+
rootDir=$(pwd)/../..
5657

5758
prepare() {
5859
cd "$rootDir"

doc/makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ include prorab-doxygen.mk
33

44
this_out_dir := out
55
this_name := ruis-render-opengl
6+
this_version := $(shell myci-deb-version.sh)
67

78
$(eval $(prorab-build-doxygen))

pkg-config/makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ include prorab.mk
22
include prorab-pkg-config.mk
33

44
$(eval $(prorab-pkg-config))
5+
this_version := $(shell myci-deb-version.sh)

0 commit comments

Comments
 (0)