Fix stdc++ linkage problem for setmime.
* Adding setmime was incorrect - the wrong [non-stdc++] section was used. Sorry.
This commit is contained in:
parent
e9c0da3452
commit
02e8a1d136
@ -103,7 +103,6 @@ StdBinCommands
|
||||
play.cpp
|
||||
quit.cpp
|
||||
roster.cpp
|
||||
setmime.cpp
|
||||
setversion.cpp
|
||||
trash.cpp
|
||||
version.cpp
|
||||
@ -151,6 +150,7 @@ StdBinCommands
|
||||
# standard commands that need libbe.so, libstdc++.so
|
||||
StdBinCommands
|
||||
copyattr.cpp
|
||||
setmime.cpp
|
||||
xres.cpp
|
||||
: be $(TARGET_LIBSTDC++) : $(haiku-utils_rsrc) ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user