Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
Merge pull request #39 from smacker/mac_os
Browse files Browse the repository at this point in the history
make it compilable on mac os
  • Loading branch information
juanjux authored Jan 26, 2018
2 parents c134769 + 6c5a7de commit 2b22ab1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/bindings.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ import (
// #cgo !custom_libuast,host_libuast !custom_libuast,windows LDFLAGS: -luast
// #cgo !custom_libuast LDFLAGS: -lxml2
// #cgo !custom_libuast,windows LDFLAGS: -Llib -static -lstdc++ -static-libgcc
// #cgo !custom_libuast CXXFLAGS: -std=c++14
// #include "bindings.h"
import "C"

Expand Down

0 comments on commit 2b22ab1

Please sign in to comment.