pganalyze / pg_query_go

Go library to parse and normalize SQL queries using the PostgreSQL query parser
BSD 3-Clause "New" or "Revised" License
663 stars 79 forks source link

How to cross compile Linux binary on MacOn #54

Open oushu1zhangxiangxuan1 opened 2 years ago

lfittl commented 2 years ago

@oushu1zhangxiangxuan1 Unfortunately I don't have much experience to offer here, but I'm wondering if you tried the usual approach for this?

(apart from having cgo code parts, pg_query_go should behave like any other Go library in terms of cross compilation)