diff options
Diffstat (limited to 'homebrew/siril/.make.sh-auto')
-rw-r--r-- | homebrew/siril/.make.sh-auto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/siril/.make.sh-auto b/homebrew/siril/.make.sh-auto new file mode 100644 index 000000000..f2e8f9177 --- /dev/null +++ b/homebrew/siril/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +ENV.append_to_cflags "-I#{HOMEBREW_PREFIX}/include -Xpreprocessor -fopenmp -lomp" +./autogen.sh --prefix=${PKG_TAPF} +make DESTDIR=${PKG_DEST} install |