Browse Source

Fix a build failure with parallel make (#129)

pull/131/head
JP Cimalando Filipe Coelho <falktx@falktx.com> 4 years ago
parent
commit
d9f3c75d20
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dgl/Makefile

+ 1
- 1
dgl/Makefile View File

@@ -89,7 +89,7 @@ all: $(TARGETS)
# Compat name, to be removed soon
../build/libdgl.a: ../build/libdgl-opengl.a
@echo "Symlinking libdgl.a"
@ln -s $< $@
@ln -sf $< $@

# ---------------------------------------------------------------------------------------------------------------------



Loading…
Cancel
Save