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 Diff line number Diff line
@@ -35,9 +35,6 @@
	shared_ldflag	=> "",
	shared_rcflag	=> "",
	shared_extension	=> "",

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

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

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