mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
51805010c9
This pulls in the https://github.com/darlinghq/darling-dmg/pull/41 fix for compilation with newer GCC. The error message this fixes is ``` osxcross/build/darling-dmg/src/main-fuse.cpp:137:28: error: no member named 'function' in namespace 'std' int handle_exceptions(std::function<int()> func) ~~~~~^ osxcross/build/darling-dmg/src/main-fuse.cpp:137:44: error: use of undeclared identifier 'func' int handle_exceptions(std::function<int()> func) ^ osxcross/build/darling-dmg/src/main-fuse.cpp:137:49: error: expected ';' after top level declarator int handle_exceptions(std::function<int()> func) ^ ; 3 errors generated. ``` |
||
---|---|---|
.. | ||
cpucount.cpp | ||
gen_cyglto_dll.sh | ||
gen_sdk_package_darling_dmg.sh | ||
gen_sdk_package_p7zip.sh | ||
gen_sdk_package.sh | ||
get_cpu_count.sh | ||
get_dependencies.sh | ||
mount_xcode_image.sh | ||
osxcross_conf.sh | ||
osxcross-macports | ||
tools.sh | ||
trap_exit.sh |