Build fix, ShowImage now uses STL classes,
but wasn't specifying libstdc++ in the Jamfile. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39326 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
82b3bdd45c
commit
7bab78133d
@ -18,7 +18,8 @@ Application ShowImage :
|
|||||||
ShowImageView.cpp
|
ShowImageView.cpp
|
||||||
ShowImageWindow.cpp
|
ShowImageWindow.cpp
|
||||||
: libshared.a
|
: libshared.a
|
||||||
be tracker translation $(HAIKU_LOCALE_LIBS) $(TARGET_LIBSUPC++)
|
be tracker translation $(HAIKU_LOCALE_LIBS) $(TARGET_LIBSTDC++)
|
||||||
|
$(TARGET_LIBSUPC++)
|
||||||
: ShowImage.rdef
|
: ShowImage.rdef
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user