File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -77,9 +77,8 @@ export OBJC_INCLUDE_PATH="${NATIVE_GCC}/include"
7777export OBJCPLUS_INCLUDE_PATH=" ${NATIVE_GCC} /include/c++:${NATIVE_GCC} /include"
7878
7979case " $HOST " in
80- * darwin* )
81- export LIBRARY_PATH=" ${NATIVE_GCC} /lib"
82- ;;
80+ * darwin* ) export LIBRARY_PATH=" ${NATIVE_GCC} /lib" ;;
81+ * mingw* ) export LIBRARY_PATH=" ${NATIVE_GCC} /lib" ;;
8382 * )
8483 NATIVE_GCC_STATIC=" $( store_path gcc-toolchain static) "
8584 export LIBRARY_PATH=" ${NATIVE_GCC} /lib:${NATIVE_GCC_STATIC} /lib"
Original file line number Diff line number Diff line change @@ -576,7 +576,6 @@ inspecting signatures in Mach-O binaries.")
576576 (cond ((string-suffix? " -mingw32" target)
577577 (list ; ; Native GCC 12 toolchain
578578 gcc-toolchain-12
579- (list gcc-toolchain-12 " static" )
580579 zip
581580 (make-mingw-pthreads-cross-toolchain " x86_64-w64-mingw32" )
582581 nsis-x86_64
You can’t perform that action at this time.
0 commit comments