Move native deps script into thirdparty to avoid confusion.
This commit is contained in:
committed by
Matthias Mailänder
parent
a11e9e348b
commit
2682dc4228
2
Makefile
2
Makefile
@@ -302,7 +302,7 @@ cli-dependencies:
|
|||||||
@ $(CP_R) thirdparty/*.dll.config .
|
@ $(CP_R) thirdparty/*.dll.config .
|
||||||
|
|
||||||
native-dependencies:
|
native-dependencies:
|
||||||
@./configure
|
@./thirdparty/configure-native-deps.sh
|
||||||
|
|
||||||
version: mods/ra/mod.yaml mods/cnc/mod.yaml mods/d2k/mod.yaml mods/modchooser/mod.yaml
|
version: mods/ra/mod.yaml mods/cnc/mod.yaml mods/d2k/mod.yaml mods/modchooser/mod.yaml
|
||||||
@for i in $? ; do \
|
@for i in $? ; do \
|
||||||
|
|||||||
Reference in New Issue
Block a user