mystonline-wine, mystonline-cider: use ${build_arch} when building the chown-data program

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@69748 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Ryan Schmidt
2010-07-15 12:52:40 +00:00
parent 5cb7f21413
commit b5431de1fd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ build {
ln -s ${assets_dir}/TOS.txt ${tos}
# Build the chown wrapper program
system "cd ${worksrcpath} && ${configure.cc} chown-data.c -o chown-data"
system "cd ${worksrcpath} && ${configure.cc} ${configure.cc_archflags} chown-data.c -o chown-data"
}
destroot {