Skip to content

Commit ede46d3

Browse files
author
Paweł Salawa
committed
Fixed linux build
1 parent df3e450 commit ede46d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SQLiteStudio3/version.pri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ win32 {
22
VERSION_CALC_SCRIPT = $$PWD/../scripts/win32/calc_version.bat
33
VERSION_CALC = $$system($$VERSION_CALC_SCRIPT 2>NUL, lines)
44
} else {
5-
VERSION_CALC_SCRIPT = $$OUT/../scripts/linux/calc_version.sh
5+
VERSION_CALC_SCRIPT = $$PWD/../scripts/linux/calc_version.sh
66
VERSION_CALC = $$system($$VERSION_CALC_SCRIPT 2>/dev/null, lines)
77
}
88

0 commit comments

Comments
 (0)