ソースを参照

CMake: Fix Interrogate -module panda3d.${module} flag missing

Sam Edwards 7 年 前
コミット
6907eb5207
1 ファイル変更1 行追加1 行削除
  1. 1 1
      cmake/macros/Interrogate.cmake

+ 1 - 1
cmake/macros/Interrogate.cmake

@@ -258,7 +258,7 @@ function(add_python_module module)
 
     foreach(target ${targets})
       interrogate_sources(${target} "${target}_igate.cxx" "${target}.in"
-        -python-native -module "panda3d.${module}")
+        "-python-native;-module;panda3d.${module}")
       get_target_property(target_extensions "${target}" IGATE_EXTENSIONS)
       list(APPEND infiles "${target}.in")
       list(APPEND sources "${target}_igate.cxx" ${target_extensions})