summaryrefslogtreecommitdiffstats
path: root/src/openexr.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/openexr.mk')
-rw-r--r--src/openexr.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openexr.mk b/src/openexr.mk
index 57a59a1..139414d 100644
--- a/src/openexr.mk
+++ b/src/openexr.mk
@@ -62,6 +62,6 @@ define $(PKG)_BUILD
'$(TARGET)-g++' \
-Wall -Wextra -std=gnu++0x \
- '$(2).cpp' -o '$(PREFIX)/$(TARGET)/bin/test-openexr.exe' \
+ '$(TEST_FILE)' -o '$(PREFIX)/$(TARGET)/bin/test-openexr.exe' \
`'$(TARGET)-pkg-config' OpenEXR --cflags --libs`
endef