瀏覽代碼

Oops, this belongs in coreapi, not in the runtime

rdb 16 年之前
父節點
當前提交
cd50df5693
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. 5 5
      makepanda/makepanda.py

+ 5 - 5
makepanda/makepanda.py

@@ -2214,11 +2214,11 @@ if (not RUNTIME):
   TargetAdd('libdisplay.in', opts=OPTS, input=IGATEFILES)
   TargetAdd('libdisplay.in', opts=['IMOD:panda', 'ILIB:libdisplay', 'SRCDIR:panda/src/display'])
   TargetAdd('libdisplay_igate.obj', input='libdisplay.in', opts=["DEPENDENCYONLY"])
-
-if (RUNTIME and sys.platform == "darwin"):
-  OPTS=['DIR:panda/src/display']
-  TargetAdd('subprocessWindowBuffer.obj', opts=OPTS, input='subprocessWindowBuffer.cxx')
-  TargetAdd('libsubprocbuffer.ilb', input='subprocessWindowBuffer.obj')
+  
+  if (RTDIST and sys.platform == "darwin"):
+    OPTS=['DIR:panda/src/display']
+    TargetAdd('subprocessWindowBuffer.obj', opts=OPTS, input='subprocessWindowBuffer.cxx')
+    TargetAdd('libsubprocbuffer.ilb', input='subprocessWindowBuffer.obj')
 
 #
 # DIRECTORY: panda/src/device/