Kaynağa Gözat

[lwP] remove UNIX98 pty info log in SConscript

BernardXiong 4 yıl önce
ebeveyn
işleme
8a8e411416
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      components/lwp/SConscript

+ 1 - 1
components/lwp/SConscript

@@ -19,7 +19,7 @@ if arch == 'risc-v':
         cpu = 'rv64'
 
 if GetDepend('LWP_UNIX98_PTY'):
-    print("LWP_UNIX98_PTY")
+    # print("LWP_UNIX98_PTY")
     src += Glob('unix98pty/*.c') 
     CPPPATH += ['unix98pty/']