mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-29 01:24:51 +02:00
Mac Build Fixes
+ 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)
This commit is contained in:
committed by
Tim Edwards
parent
98cd88f12c
commit
9bf3d76260
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/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"
|
||||
Reference in New Issue
Block a user