diff options
| author | ruki <[email protected]> | 2017-03-30 19:37:14 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-03-30 19:37:14 +0800 |
| commit | a26b164bb44cddca67f48fc242277d2842e5614f (patch) | |
| tree | cee320e5ed29b61ca945b5679f5427fb0e45636c /scripts/makepkg | |
| parent | af65fe2694ed010e37545ca5a5335f5e6b5f4c1a (diff) | |
modify makepkg and PKGBUILD script
Diffstat (limited to 'scripts/makepkg')
| -rwxr-xr-x | scripts/makepkg | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/scripts/makepkg b/scripts/makepkg index 5ca4cc5aa..315fdabbc 100755 --- a/scripts/makepkg +++ b/scripts/makepkg @@ -42,11 +42,8 @@ if [ `uname` == "Darwin" ]; then plat=macosx fi -# build xmake core -cd ./core -make f DEBUG=n -make r -cd - +# build first +make build # make xmake wrapper echo "#/!bin/bash |
