util/xmlpool: Update for meson generation
[mesa.git] / src / util / xmlpool / meson.build
index 8d645ce385f2674f9c96b30137373dc111d5f75e..ae7c951a097fa5206e5a66567ce9b004af1aaba4 100644 (file)
@@ -30,7 +30,7 @@ xmlpool_options_h = custom_target(
   input : ['gen_xmlpool.py', 't_options.h'],
   output : 'options.h',
   command : [
-    prog_python, '@INPUT@', meson.current_source_dir(), _langs,
+    prog_python, '@INPUT@', meson.current_build_dir(), _langs,
   ],
   capture : true,
   depend_files : _langs_po_files,