Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rishabh Gupta
purr-data
Commits
b536cbd6
Commit
b536cbd6
authored
Sep 13, 2016
by
Jonathan Wilkes
Browse files
revised disis build system using kluge to get it to compile on OSX
parent
b91a6de9
Changes
2
Hide whitespace changes
Inline
Side-by-side
externals/disis/Makefile.pdlibbuilder
→
externals/disis/Makefile.pdlibbuilder
.revised
View file @
b536cbd6
...
...
@@ -537,8 +537,8 @@ ifeq ($(system), Darwin)
arch.ld.flags
:=
-arch
ppc
-arch
i386
-arch
x86_64
-mmacosx-version-min
=
10.4
endif
ifeq
($(machine), x86_64)
arch.c.flags
:=
-arch
i386
-arch
x86_64
-mmacosx-version-min
=
10.5
arch.ld.flags
:=
-arch
i386
-arch
x86_64
-mmacosx-version-min
=
10.5
arch.c.flags
:=
-arch
x86_64
-mmacosx-version-min
=
10.5
arch.ld.flags
:=
-arch
x86_64
-mmacosx-version-min
=
10.5
endif
endif
...
...
externals/disis/makefile
View file @
b536cbd6
...
...
@@ -22,13 +22,9 @@ CWIID_LIB_STATIC= $(CWIID_PATH)/libcwiid/libcwiid.a
CWIID_INCLUDE
=
-I
$(CWIID_PATH)
/libcwiid
cflags
=
$(CWIID_INCLUDE)
define
forDarwin
disis_wiimote.class.sources
=
disis_wiimote.c
disis_wiimote.class.ldlibs
=
$(CWIID_LIB_STATIC)
-lbluetooth
-lpthread
endef
define
forLinux
disis_wiimote.class.sources
=
disis_wiimote.c
disis_wiimote.class.ldlibs
=
$(CWIID_LIB_STATIC)
-lbluetooth
-lpthread
endef
include
Makefile.pdlibbuilder
include
Makefile.pdlibbuilder
.revised
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment