Browse Source

Fix "old" MacOS build

pull/17/head
falkTX 8 years ago
parent
commit
f8cd00fc49
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      dgl/Makefile

+ 2
- 0
dgl/Makefile View File

@@ -12,11 +12,13 @@ BUILD_C_FLAGS += $(DGL_FLAGS) -I. -Isrc
BUILD_CXX_FLAGS += $(DGL_FLAGS) -I. -Isrc
LINK_FLAGS += $(DGL_LIBS)

ifneq ($(MACOS_OLD),true)
# needed by sofd right now, fix later
BUILD_CXX_FLAGS += -Wno-type-limits -fpermissive

# needed by stb_image
BUILD_CXX_FLAGS += -Wno-misleading-indentation -Wno-shift-negative-value
endif

# --------------------------------------------------------------



Loading…
Cancel
Save