Skip to content

Commit

Permalink
Fix 32-bit build
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwillis committed Apr 3, 2023
1 parent 3eb97a1 commit 43081ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Expand Up @@ -16,6 +16,11 @@ else ifneq ($(EXE_WRAPPER),)
CAN_GENERATE_TTL = true
endif

ifeq ($(CPU_I386),true)
BUILD_C_FLAGS += -mfxsr
BUILD_CXX_FLAGS += -mfxsr
endif

dgl:
$(MAKE) -C dpf/dgl FILE_BROWSER_DISABLED=true

Expand Down

0 comments on commit 43081ef

Please sign in to comment.