Skip to content

Commit 01e968b

Browse files
committedJul 27, 2024··
make pkg-config hack cross-os compatible
1 parent d1d053b commit 01e968b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ bump:
3838
@ruby -e 'path = STDIN.read.strip;File.write(path, File.read(path).sub(/^(Version: +)([0-9]+)(?:(?:\.)([0-9]+)){1,}/){|s|"#{$$1}#{$$2}.#{$$3.to_i + 1}"})' <<< getargv++.pc
3939
@ruby -e 'path = STDIN.read.strip;File.write(path, File.read(path).sub(/^(VERSION=)([0-9]+)(?:(?:\.)([0-9]+)){1,}/){|s|"#{$$1}#{$$2}.#{$$3.to_i + 1}"})' <<< Makefile-variables
4040
@ruby -e 'path = STDIN.read.strip;File.write(path, File.read(path).sub(/^(PROJECT_NUMBER += +)([0-9]+)(?:(?:\.)([0-9]+)){1,}/){|s|"#{$$1}#{$$2}.#{$$3.to_i + 1}"})' <<< doxygen.conf
41-
@env PKG_CONFIG_PATH=. pkg-config --define-variable=dep= --modversion getargv++
41+
@env PKG_CONFIG_PATH=. pkg-config --define-variable=dep="''" --modversion getargv++
4242

4343
tag:
4444
git add -A

0 commit comments

Comments
 (0)
Please sign in to comment.