<disk_system>fat: fix gcc4 build
I noticed the syntax for libsupc++ in the BFS Jamfile addon differed but didn't think it mattered.
This commit is contained in:
@@ -11,7 +11,7 @@ Addon <disk_system>fat :
|
|||||||
FATAddOn.cpp
|
FATAddOn.cpp
|
||||||
InitializeParameterEditor.cpp
|
InitializeParameterEditor.cpp
|
||||||
|
|
||||||
: be localestub $(HAIKU_LOCALE_LIBS) $(TARGET_LIBSUPC++) libshared.a
|
: be localestub [ TargetLibsupc++ ] libshared.a
|
||||||
;
|
;
|
||||||
|
|
||||||
DoCatalogs <disk_system>fat :
|
DoCatalogs <disk_system>fat :
|
||||||
|
|||||||
Reference in New Issue
Block a user