mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
9 lines
170 B
Bash
9 lines
170 B
Bash
#!/bin/sh
|
|
|
|
# This one is for emscripten.
|
|
export BINARYEN="/usr"
|
|
|
|
# This one is for binaryen itself.
|
|
export BINARYEN_ROOT="/usr"
|
|
|
|
# Just agree on one of these god damnit.
|