Index: ports/samba/cc_shim.sh |
diff --git a/ports/samba/cc_shim.sh b/ports/samba/cc_shim.sh |
index 16a9eec5e3cf5e25cbab8a22c0a353676d0afaf3..5e2b7560d88c075c38e207c8ff3415574c07f3a0 100755 |
--- a/ports/samba/cc_shim.sh |
+++ b/ports/samba/cc_shim.sh |
@@ -15,6 +15,12 @@ for x in $*; do |
if [[ ${x} = */compile_et_134.o ]]; then |
is_host=1 |
fi |
+ if [[ ${x} = */print_version_130.o ]]; then |
+ is_host=1 |
+ fi |
+ if [[ ${x} = */version_130.o ]]; then |
+ is_host=1 |
+ fi |
done |