mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 18:42:12 +08:00
11 lines
396 B
Diff
11 lines
396 B
Diff
--- update-workspaces.sh.old 2011-05-04 01:54:29.000000000 +0200
|
|
+++ update-workspaces.sh 2011-05-23 20:20:38.875992890 +0200
|
|
@@ -43,6 +43,6 @@
|
|
echo
|
|
|
|
# If we're in bash then make HOSTTYPE available to Premake, for primitive arch-detection
|
|
-export HOSTTYPE="$HOSTTYPE"
|
|
+export HOSTTYPE="$CARCH"
|
|
|
|
src/bin/premake --outpath ../workspaces/gcc --collada "$@" --target gnu || die "Premake failed"
|