Ticket #46098: patch-build-macos.inc.diff
File patch-build-macos.inc.diff, 357 bytes (added by sean@…, 10 years ago) |
---|
-
build/macos.inc
old new 61 61 endif 62 62 63 63 ifndef runtime 64 gcc_version:=$(shell gcc-dumpversion)64 gcc_version:=$(shell @CC@ -dumpversion) 65 65 os_version:=$(shell /usr/bin/sw_vers -productVersion) 66 66 export runtime:=cc$(gcc_version)_os$(os_version) 67 67 endif