mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-29 09:30:46 +02:00
+ Add "smoke test" build CI to Github Actions + Added a configure_mac script (requires brew) ~ caddr_t -> void* (was never a part of any UNIX standard)
8 lines
255 B
Bash
Executable File
8 lines
255 B
Bash
Executable File
#!/bin/sh
|
|
set -x
|
|
./configure\
|
|
--with-tcl=$(brew --prefix tcl-tk)\
|
|
--with-tk=$(brew --prefix tcl-tk)\
|
|
--with-cairo=$(brew --prefix cairo)/include\
|
|
"CFLAGS=-Wno-error=implicit-function-declaration"\
|
|
"LDFLAGS=-L$(brew --prefix cairo)/lib" |