Changeset 7eb8971 in buchla-emu for Makefile


Ignore:
Timestamp:
07/23/2017 10:48:38 AM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
2a75e87
Parents:
a23f3d9
Message:

Don't use Linux fix on OS X.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    ra23f3d9 r7eb8971  
    1717
    1818ifeq ($(OS), Linux)
     19FLAGS_EMU +=    -D EMU_LINUX
    1920FLAGS_LNK :=    $(FLAGS) -pthread -Wall -Wextra
    2021LIBS :=                 $(SDL2_LIB)/libSDL2.a \
     
    2526
    2627ifeq ($(OS), Darwin)
     28FLAGS_EMU +=    -D EMU_OS_X
    2729FLAGS_LNK :=    $(FLAGS) -Wall -Wextra
    2830LIBS :=                 $(SDL2_LIB)/libSDL2.a \
Note: See TracChangeset for help on using the changeset viewer.