diff options
Diffstat (limited to 'homebrew/precomp/.make.sh-auto')
-rw-r--r-- | homebrew/precomp/.make.sh-auto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/precomp/.make.sh-auto b/homebrew/precomp/.make.sh-auto new file mode 100644 index 000000000..db70e6a7e --- /dev/null +++ b/homebrew/precomp/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +cmake . -DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE} +make +bin.install "precomp" |