diff --git a/playground/cuda/wscript b/playground/cuda/wscript index 9daf81e4..30303a3d 100644 --- a/playground/cuda/wscript +++ b/playground/cuda/wscript @@ -35,7 +35,7 @@ def build(bld): # native application bld.program( source = 'test.cpp', - target = 'testapp') + target = 'testapp-native') # cuda application bld.program(