diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-11-01 09:28:18 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-11-01 09:28:18 +0100 |
commit | 726ecd83ac6da35347be547b42588eb9f3db5070 (patch) | |
tree | 7ca3cad2a2d902235ceee72ebc6b19b2c7d5a190 | |
parent | dd5e90a324a58b9ed281e66dbf59e31e15c8c3ef (diff) | |
download | tdv-726ecd83ac6da35347be547b42588eb9f3db5070.tar.gz tdv-726ecd83ac6da35347be547b42588eb9f3db5070.tar.xz tdv-726ecd83ac6da35347be547b42588eb9f3db5070.zip |
Win64Depends.sh: describe a more precise fix
-rw-r--r-- | cmake/Win64Depends.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Win64Depends.sh b/cmake/Win64Depends.sh index 971517c..25cab88 100644 --- a/cmake/Win64Depends.sh +++ b/cmake/Win64Depends.sh @@ -71,4 +71,4 @@ configure status Success # XXX: Why is this override needed to run some GLib-based things under wine64? -export XDG_DATA_DIRS=$(pwd)/share +unset XDG_DATA_DIRS |