mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 13:37:00 -04:00
Set BOOST_USE_WINDOWS_H in configure.ac and suppress wxWidgets header warnings.
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ else
|
||||
WXCONFIG_FLAGS=""
|
||||
fi
|
||||
|
||||
CXXFLAGS="${CXXFLAGS} ${DEFAULT_CXXFLAGS} -std=gnu++98"
|
||||
CXXFLAGS="${CXXFLAGS} ${DEFAULT_CXXFLAGS} -std=gnu++98 -DBOOST_USE_WINDOWS_H"
|
||||
LDFLAGS="${LDFLAGS}"
|
||||
|
||||
# Checks for libraries.
|
||||
|
||||
Reference in New Issue
Block a user