Commit 021fff84 authored by Richard Levitte's avatar Richard Levitte
Browse files

Make unified builds the default on Unix

parent dc3365f7
Loading
Loading
Loading
Loading
+1 −4
Original line number Original line Diff line number Diff line
@@ -35,9 +35,6 @@
	shared_ldflag	=> "",
	shared_ldflag	=> "",
	shared_rcflag	=> "",
	shared_rcflag	=> "",
	shared_extension	=> "",
	shared_extension	=> "",

	build_scheme	=> "unixmake",
	build_file	=> "Makefile",
    },
    },


    BASE_common => {
    BASE_common => {
@@ -72,7 +69,7 @@
                }
                }
                return (); },
                return (); },


        build_scheme    => "unixmake",
        build_scheme    => [ "unified", "unix" ],
        build_file      => "Makefile",
        build_file      => "Makefile",
    },
    },