diff options
author | Tony Theodore <tonyt@logyst.com> | 2015-10-01 02:38:39 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2015-10-01 02:38:39 (GMT) |
commit | 4cbbcfa0b625cd73b9a59306f82ae71cf62b6d46 (patch) | |
tree | 484bcef4dcc7ef6424d25950c7cd33b8efce2d31 /Makefile | |
parent | d6bf4dd4505091ee40517d3aa5c612f9c5f7e9f4 (diff) | |
download | mxe-4cbbcfa0b625cd73b9a59306f82ae71cf62b6d46.zip mxe-4cbbcfa0b625cd73b9a59306f82ae71cf62b6d46.tar.gz mxe-4cbbcfa0b625cd73b9a59306f82ae71cf62b6d46.tar.bz2 |
Makefile: add note about WINEPREFIX
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -142,6 +142,8 @@ endef ENV_WHITELIST := PATH LANG MAKE% MXE% %PROXY %proxy LD_LIBRARY_PATH ACLOCAL_PATH unexport $(filter-out $(ENV_WHITELIST),$(shell env | cut -d '=' -f1)) +# disable wine with readonly directory (created by mxe-conf) +# see https://github.com/mxe/mxe/issues/841 export WINEPREFIX=$(PREFIX)/readonly SHORT_PKG_VERSION = \ |