Browse Source

Create wine dir first if win32 target

Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.0
falkTX 4 years ago
parent
commit
5647b6a941
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      build-plugins.sh

+ 6
- 0
build-plugins.sh View File

@@ -27,6 +27,12 @@ source setup/versions.sh

# ---------------------------------------------------------------------------------------------------------------------

if [ "${WIN32}" -eq 1 ] && [ ! -d "${HOME}/.wine" ]; then
env WINEARCH="${PAWPAW_TARGET}" WINEDLLOVERRIDES="mscoree,mshtml=" WINEPREFIX="${pkgdir}" wineboot -u
}

# ---------------------------------------------------------------------------------------------------------------------

for plugin in ${@}; do
pfile="${PAWPAW_ROOT}/plugins/${plugin}.json"



Loading…
Cancel
Save