Skip to content

Commit

Permalink
link with -latomic on i386 needed by libOMSimulatorLib.so
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo committed Aug 29, 2018
1 parent 17d07da commit dd04946
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions OMEdit/OMEditGUI/OMEditGUI.pro
Expand Up @@ -113,6 +113,9 @@ win32 {
QMAKE_CXXFLAGS += -g
QMAKE_LFLAGS_RELEASE = -rdynamic
}
equals(QT_ARCH, i386)|equals(QT_ARCH, i686) { # 32-bit
LIBS += -latomic
}
}

SOURCES += main.cpp \
Expand Down

0 comments on commit dd04946

Please sign in to comment.