Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
linphone-cmake-builder
Commits
eccdcd75
Commit
eccdcd75
authored
Oct 21, 2014
by
Ghislain MARY
Browse files
Install yasm in C:/MinGW/bin so that it can be used from projects built with MinGW.
parent
056ff5cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
cmake/LinphoneCMakeBuilder.cmake
cmake/LinphoneCMakeBuilder.cmake
+2
-2
No files found.
cmake/LinphoneCMakeBuilder.cmake
View file @
eccdcd75
...
...
@@ -74,9 +74,9 @@ if(WIN32)
file
(
RENAME
"
${
_windows_tools_dir
}
/patch.exe"
"
${
LINPHONE_BUILDER_WORK_DIR
}
/windows_tools/patch.exe"
)
file
(
RENAME
"
${
_windows_tools_dir
}
/sed.exe"
"
${
LINPHONE_BUILDER_WORK_DIR
}
/windows_tools/sed.exe"
)
if
(
CMAKE_SIZEOF_VOID_P EQUAL 8
)
file
(
RENAME
"
${
_windows_tools_dir
}
/yasm-1.3.0-win64.exe"
"
${
LINPHONE_BUILDER_WORK_DIR
}
/windows_tools
/yasm.exe"
)
file
(
RENAME
"
${
_windows_tools_dir
}
/yasm-1.3.0-win64.exe"
"
C:/MinGW/bin
/yasm.exe"
)
else
()
file
(
RENAME
"
${
_windows_tools_dir
}
/yasm-1.3.0-win32.exe"
"
${
LINPHONE_BUILDER_WORK_DIR
}
/windows_tools
/yasm.exe"
)
file
(
RENAME
"
${
_windows_tools_dir
}
/yasm-1.3.0-win32.exe"
"
C:/MinGW/bin
/yasm.exe"
)
endif
()
unset
(
_pkg_config_dir
)
endif
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment