Fix build script

This commit is contained in:
Antony Polukhin
2014-05-07 16:37:57 +04:00
parent 6931c1de4c
commit 8a8a3ec639

View File

@@ -62,7 +62,7 @@ for local p in [ glob ../examples/*.cpp ]
# RTTI on
type_index += [ run $(p) ] ;
if $(p) != ../examples/table_of_names.cpp
if $(p) != "../examples/table_of_names.cpp"
{
# RTTI off
local target_name = $(p[1]:B)_no_rtti ;