mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2024-11-23 07:05:07 +00:00
made the auto generation scripts work on Darwin
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@162 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
parent
2cb8d8ec9c
commit
46d575542b
@ -43,7 +43,7 @@ $(REGISTRY)/.dummy: $(BIN)/update_registry.sh
|
||||
$(EXT)/.dummy: $(REGISTRY)/.dummy
|
||||
rm -rf $(EXT)
|
||||
$(BIN)/update_ext.sh $(EXT) $(REGISTRY) $(BLACKLIST)
|
||||
find $(CORE) -maxdepth 1 -type f | grep -v VERSION | xargs cp --target-directory=$(EXT)
|
||||
find $(CORE) -maxdepth 1 -type f | grep -v VERSION | xargs -J % cp % $(EXT)
|
||||
touch $@
|
||||
|
||||
$(I.DEST)/glew.h: $(EXT)/.dummy
|
||||
|
Loading…
Reference in New Issue
Block a user