summaryrefslogtreecommitdiff
path: root/cxx/libcpp/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'cxx/libcpp/wscript')
-rw-r--r--cxx/libcpp/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cxx/libcpp/wscript b/cxx/libcpp/wscript
index 77aa4fe..5c5c8b9 100644
--- a/cxx/libcpp/wscript
+++ b/cxx/libcpp/wscript
@@ -10,6 +10,6 @@ def build(bld):
rtems.build(bld)
bld(features = 'cxx cxxstlib',
- target = 'foo',
+ target = 'foo.exe',
source = ['foo.cc', 'foo1.cpp'])