mirror of
https://github.com/boostorg/type_index.git
synced 2025-08-01 21:34:29 +02:00
Fix build script
This commit is contained in:
@@ -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 ;
|
||||
|
Reference in New Issue
Block a user