Kaydet (Commit) 683928f2 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Don't do anything here if cross-compiling

Change-Id: I822976be73bf3c99a2b195d275dd7f5f98bbe247
üst 527b2086
...@@ -40,7 +40,7 @@ TARFILE_NAME=epm-3.7 ...@@ -40,7 +40,7 @@ TARFILE_NAME=epm-3.7
TARFILE_MD5=3ade8cfe7e59ca8e65052644fed9fca4 TARFILE_MD5=3ade8cfe7e59ca8e65052644fed9fca4
PATCH_FILES=epm-3.7.patch PATCH_FILES=epm-3.7.patch
.IF "$(GUI)"=="UNX" && "$(BUILD_EPM)" != "NO" .IF "$(GUI)"=="UNX" && "$(BUILD_EPM)" != "NO" && "$(CROSS_COMPILING)" != "YES"
EXTRPATH = NONE EXTRPATH = NONE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment