Skip to content

Commit 13b4530

Browse files
authored
Flatpak is a special case
1 parent 0344ddd commit 13b4530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R_HOME.pri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LINUX_SPECIAL_CASE = false
33
_R_HOME = $$(R_HOME)
44

55
linux {
6-
$$LINUX_SPECIAL_CASE {
6+
$$LINUX_SPECIAL_CASE | exists(/app/lib/*) {
77
_R_HOME = /usr/lib64/R
88
INCLUDEPATH += /usr/lib64/R/library/include
99
} else {

0 commit comments

Comments
 (0)