Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
purr-data
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rishabh Gupta
purr-data
Commits
75062a54
Commit
75062a54
authored
Mar 13, 2018
by
Albert Gräf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Windows/mingw fixes.
parent
4bfe72f7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
externals/Makefile
externals/Makefile
+1
-1
externals/pd-lua
externals/pd-lua
+1
-1
No files found.
externals/Makefile
View file @
75062a54
...
...
@@ -1411,7 +1411,7 @@ LUA_CFLAGS = $(shell (pkg-config --cflags lua5.3 || pkg-config --cflags lua5.2 |
LUA_LIBS
=
$(
shell
(
pkg-config
--libs
lua5.3
||
pkg-config
--libs
lua5.2
||
pkg-config
--libs
lua
)
2> /dev/null
)
pdlua
:
make
-C
$(externals_src)
/pd-lua
LUA_CFLAGS
=
"
$(LUA_CFLAGS)
"
LUA_LIBS
=
"
$(LUA_LIBS)
"
PD_PATH
=
$(pd_src)
CFLAGS
=
"
$(CFLAGS)
"
make
-C
$(externals_src)
/pd-lua
LUA_CFLAGS
=
"
$(LUA_CFLAGS)
"
LUA_LIBS
=
"
$(LUA_LIBS)
"
PD_PATH
=
"
$(pd_src)
"
PD_LIB
=
"
$(pd_src)
/src"
CFLAGS
=
"
$(CFLAGS)
"
pdlua_install
:
make
-C
$(externals_src)
/pd-lua
DESTDIR
=
"
$(DESTDIR)
"
objectsdir
=
"
$(objectsdir)
"
install
...
...
pd-lua
@
1fd7830d
Compare
d411a819
...
1fd7830d
Subproject commit
d411a819bb4925d597a61096adb0e32849df4a24
Subproject commit
1fd7830da6b2531a7ff3a372e6974c43080d0abd
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