Skip to content

Commit

Permalink
Swap include file order
Browse files Browse the repository at this point in the history
  • Loading branch information
draffensperger committed Sep 13, 2015
1 parent 9a09e3e commit 6bb7461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lp.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ package golp
#cgo darwin LDFLAGS: -L/opt/local/lib -llpsolve55
#cgo linux CFLAGS: -I./lpsolve
#cgo linux LDFLAGS: -L./lpsolve -llpsolve55 -Wl,-rpath=./lpsolve
#include <stdlib.h>
#include "lp_lib.h"
#include <stdlib.h>
#include "stringbuilder.h"
int write_lp_to_str_callback(void* userhandle, char* buf) {
Expand Down

0 comments on commit 6bb7461

Please sign in to comment.