We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f053c10 commit ba25d42Copy full SHA for ba25d42
SConstruct
@@ -226,5 +226,12 @@ env.Alias('install',
226
source=Glob("include/util/" + "*.h")),
227
)
228
229
+env.Alias('install',
230
+ env.Command(target=os.path.join(prefix, "include/aperturedb/version.h"),
231
+ source="src/aperturedb/version.h",
232
+ action="sed 's/VDMS_VER/APERTUREDB_CPP_VER/g' $SOURCE > $TARGET"
233
+ )
234
235
+
236
SConscript(os.path.join('tools/prometheus_ambassador', 'SConscript'), exports=['env'])
237
SConscript(os.path.join('tools/send_query', 'SConstruct'), exports=['env'])
0 commit comments