[gtk-mac-bundler] Comment out copying of charset.alias.



commit 6000d928eb0f61b4c1d832e7912c817cde1a0421
Author: John Ralls <jralls ceridwen us>
Date:   Fri Aug 16 13:05:22 2019 -0700

    Comment out copying of charset.alias.
    
    Glib when built with meson doesn't install it.

 bundler/bundler.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/bundler/bundler.py b/bundler/bundler.py
index c2b4709..b7b4ccc 100644
--- a/bundler/bundler.py
+++ b/bundler/bundler.py
@@ -465,7 +465,7 @@ class Bundler(object):
         self.copy_plist()
 
         # Note: could move this to xml file...
-        Path("${prefix}/lib/charset.alias").copy_target(self.project)
+        #Path("${prefix}/lib/charset.alias").copy_target(self.project)
 
         # Main binary
         main_binary_path = self.project.get_main_binary()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]