diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 06c8c04..3794501 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -13,7 +13,7 @@ ifeq ($(COMPILE_PLATFORM),sunos) endif ifndef BUILD_GAME_SO - BUILD_GAME_SO = 1 + BUILD_GAME_SO = 0 endif ifndef BUILD_GAME_QVM BUILD_GAME_QVM = 1 |