Skip to content
Snippets Groups Projects
Commit 80c46ced authored by pospelov's avatar pospelov
Browse files

Fix to compile under mint linux

parent 401534bd
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include "Types.h" #include "Types.h"
#include "Exceptions.h" #include "Exceptions.h"
#include <boost/unordered_map.hpp> #include <boost/unordered_map.hpp>
#include <map>
namespace Utils { namespace Utils {
......
# Common settings for all BornAgain compilations
CONFIG += BORNAGAIN_PYTHON # provide python bindings compilation
win32 { win32 {
MAKE_COMMAND = mingw32-make MAKE_COMMAND = mingw32-make
SONAME = a SONAME = a
...@@ -241,7 +245,6 @@ CONFIG(BORNAGAIN_ROOT) { ...@@ -241,7 +245,6 @@ CONFIG(BORNAGAIN_ROOT) {
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# add python API support # add python API support
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
CONFIG += BORNAGAIN_PYTHON
CONFIG(BORNAGAIN_PYTHON) { CONFIG(BORNAGAIN_PYTHON) {
# user wants to compile python module # user wants to compile python module
macx|unix { macx|unix {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment