forked from Lainports/freebsd-ports
5 lines
149 B
Bash
Executable file
5 lines
149 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# workaround for https://github.com/vlaci/pyperscan/issues/38
|
|
|
|
/usr/bin/cc -I${FREEBSD_LOCALBASE}/include -L${FREEBSD_LOCALBASE}/lib "$@"
|