summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/cscript b/cscript
index 4fad21a..1dffd4a 100644
--- a/cscript
+++ b/cscript
@@ -40,6 +40,7 @@ def make_toolchain(filename, arch, sdk_prefix, sdk):
print('SET(CMAKE_C_FLAGS_RELEASE "-O2 -g -ggdb3" CACHE INTERNAL "c release compiler flags")', file=f)
print('SET(CMAKE_CXX_FLAGS_RELEASE "-O2 -g -ggdb3" CACHE INTERNAL "cxx release compiler flags")', file=f)
print('SET(CMAKE_ASM_FLAGS_RELEASE "" CACHE INTERNAL "asm release compiler flags")', file=f)
+ print('SET(CMAKE_SKIP_RPATH YES)', file=f)
def build(target, options):