Skip to content
This repository has been archived by the owner on Jul 14, 2018. It is now read-only.

use SRCDIR to resolve absolute path #6

Merged
merged 1 commit into from Feb 24, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions regex.go
@@ -1,8 +1,8 @@
package rubex

/*
#cgo CFLAGS: -I../../../../../clibs/include
#cgo LDFLAGS: -L../../../../../clibs/lib -lonig
#cgo CFLAGS: -I${SRCDIR}/../../../../../clibs/include
#cgo LDFLAGS: -L${SRCDIR}/../../../../../clibs/lib -lonig
#include <stdlib.h>
#include <oniguruma.h>
#include "chelper.h"
Expand Down