Commit 34c471f0a6b8d3e440dbc30bfaecd8420a0ca7a9

Authored by Perry Werneck
2 parents 38c3cb9e ddb9ebe3
Exists in master and in 2 other branches develop, macos

Merge branch 'master' into develop

Showing 2 changed files with 5 additions and 1 deletions   Show diff stats
README.md
... ... @@ -97,7 +97,7 @@ Windows native with MSYS2
97 97  
98 98 1. Install and update MSYS2
99 99  
100   - * Download and install msys2 from https://www.msys2.org/ (Don't forget to update the package database and core system packages)
  100 + * Download and install msys2 from https://www.msys2.org/ (Don't forget to update the package database and core system packages using pacman -Syu)
101 101  
102 102 2. Update system path
103 103  
... ...
configure.ac
... ... @@ -83,6 +83,10 @@ dnl ---------------------------------------------------------------------------
83 83  
84 84 DLLPREFIX="lib"
85 85  
  86 +AC_SUBST(CFLAGS)
  87 +AC_SUBST(LDFLAGS)
  88 +AC_SUBST(LIBS)
  89 +
86 90 case "$host" in
87 91 *-mingw32|*-pc-msys)
88 92 app_cv_osname="windows"
... ...