From 9bb12bdc91785eb5c8d6ab2d79d9b040dc9e5b72 Mon Sep 17 00:00:00 2001
From: Tristan Walter <twalter@orn.mpg.de>
Date: Tue, 13 Oct 2020 14:42:33 +0200
Subject: [PATCH] meta

---
 conda/meta.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/conda/meta.yaml b/conda/meta.yaml
index 4fce904..3d4c542 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -4,7 +4,7 @@ package:
   
 source:
     git_url: https://github.com/mooch443/trex.git
-    git_rev: b17da2c1901622e26d177710d596b61976e5d2b1
+    git_rev: 0912f97b8d8f4417d05dcec73ac23818ac66961f
     git_depth: 1
 
 build:
@@ -17,6 +17,7 @@ build:
         - {{ pin_compatible('libstdcxx-ng', min_pin='x.x.x', max_pin='x.x.x') }} # [linux]
     ignore_run_exports:
         - xorg-libxinerama
+    detect_binary_files_with_prefix: True
     
 requirements:
   build:
-- 
GitLab