Skip to content

Commit

Permalink
link with boost_atomic for i386 linux
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo committed Aug 29, 2018
1 parent dd04946 commit 9a25be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMEdit/OMEditGUI/OMEditGUI.pro
Expand Up @@ -114,7 +114,7 @@ win32 {
QMAKE_LFLAGS_RELEASE = -rdynamic
}
equals(QT_ARCH, i386)|equals(QT_ARCH, i686) { # 32-bit
LIBS += -latomic
LIBS += -latomic -lboost_atomic
}
}

Expand Down

0 comments on commit 9a25be4

Please sign in to comment.