170c3b4027
GitOrigin-RevId: 7cb76200088f45cd24a9aa67fd2f9657943d78a4
13 lines
431 B
Diff
13 lines
431 B
Diff
diff --git a/src/plugin/utils.cpp b/src/plugin/utils.cpp
|
|
index 1ff05bc..0723456 100644
|
|
--- a/src/plugin/utils.cpp
|
|
+++ b/src/plugin/utils.cpp
|
|
@@ -351,7 +351,7 @@ std::string get_wine_version() {
|
|
access(wineloader_path.c_str(), X_OK) == 0) {
|
|
wine_path = wineloader_path;
|
|
} else {
|
|
- wine_path = bp::search_path("wine").string();
|
|
+ wine_path = "@wine@/bin/wine";
|
|
}
|
|
|
|
bp::ipstream output;
|