Package Details: mingw-w64-environment 1-6

Git Clone URL: https://aur.archlinux.org/mingw-w64-environment.git (read-only, click to copy)
Package Base: mingw-w64-environment
Description: Script providing common environment variables and functions for MinGW (mingw-w64)
Upstream URL: http://fedoraproject.org/wiki/MinGW
Licenses: BSD
Submitter: xantares
Maintainer: xantares
Last Packager: xantares
Votes: 9
Popularity: 0.196399
First Submitted: 2019-12-02 20:45 (UTC)
Last Updated: 2024-07-14 07:07 (UTC)

Latest Comments

« First ‹ Previous 1 2

drakkan commented on 2019-12-03 10:47 (UTC)

for _arch in ${_architectures}; do
    source mingw-env ${_arch}

for the second arch the flags are duplicated. They are equals and this should not cause issues, maybe a second argument in mingw-env to clear flags and/or to avoid to append to the existing ones could be useful, thanks