how did these changes get lost before? they are needed for the windows builds.
[feisty_meow.git] / scripts / winders / locate_function_in_lib.sh
index be5028530282a777cf1c98bf5ef9fe855ab6055d..6a49c1e541816fbbdf3b07caec04f8ca27bc2cdd 100644 (file)
@@ -3,7 +3,7 @@
 filename="$1"; shift
 function_name="$1"; shift
 
-good_path="$(short_path $filename)"
+good_path="$(cygpath -w -s $filename)"
 
 #/exports 
 dumpbin /all $good_path | grep -q -i "$function_name"