projects
/
yasm
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba463d3
)
Add missing objfmt_x64 to CMakeLists.txt.
author
Peter Johnson
<peter@tortall.net>
Fri, 19 Sep 2014 07:44:49 +0000
(
00:44
-0700)
committer
Peter Johnson
<peter@tortall.net>
Fri, 19 Sep 2014 07:46:15 +0000
(
00:46
-0700)
This caused cmake builds to not recognize "x64" as an object format.
Reported by: Brian Gladman
modules/objfmts/coff/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/modules/objfmts/coff/CMakeLists.txt
b/modules/objfmts/coff/CMakeLists.txt
index 5f63d4f7ff1837064b6b8b2cd53e341292704f39..b25f9ac870f0aec31070e53ad612200eb98f3b93 100644
(file)
--- a/
modules/objfmts/coff/CMakeLists.txt
+++ b/
modules/objfmts/coff/CMakeLists.txt
@@
-25,3
+25,4
@@
YASM_ADD_MODULE(objfmt_coff
)
list(APPEND YASM_MODULES objfmt_win32)
list(APPEND YASM_MODULES objfmt_win64)
+list(APPEND YASM_MODULES objfmt_x64)