mirror of
https://github.com/Interlisp/maiko.git
synced 2026-05-11 01:49:54 +00:00
10 lines
224 B
Plaintext
10 lines
224 B
Plaintext
# Options for Windows System for Linux v1, Intel x86_64 and X-Window
|
|
|
|
GCC_CFLAGS := -m64 $(GCC_CFLAGS)
|
|
CLANG_CFLAGS := -m64 $(CLANG_CFLAGS)
|
|
USE_DISPLAY=x
|
|
USE_LIBBSD=T
|
|
ADDITIONAL_DFLAGS := -D__wsl1__
|
|
|
|
include linux-common.mk
|