[llvm-commits] [patch] Fix compiler_rt build system on FreeBSD

Pawel Worach pawel.worach at gmail.com
Sun Jul 5 14:21:01 PDT 2009


Hi,

Please use env(1) to call python, FreeBSD installs python in
/usr/local/bin and probably other systems behave the same way.

Index: make/filter-inputs
===================================================================
--- make/filter-inputs  (revision 74795)
+++ make/filter-inputs  (working copy)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python

 #===- make/filter-inputs
---------------------------------------------------===#
 #

-- 
Pawel



More information about the llvm-commits mailing list