Browse Source

Fixes https://github.com/godotengine/godot/issues/2821

Aren Villanueva 9 năm trước cách đây
mục cha
commit
30d4889131
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      tools/pe_bliss/SCsub

+ 1 - 0
tools/pe_bliss/SCsub

@@ -1,5 +1,6 @@
 Import('env')
 
 env.add_source_files(env.tool_sources,"*.cpp")
+env.Append(LIBS=["iconv"])
 
 Export('env')