Skip to content

Commit

Permalink
Merge pull request #449 from rajdakin/rebuild_wrappers
Browse files Browse the repository at this point in the history
Upgrade of the rebuild_wrappers script (and a bit more)
  • Loading branch information
ptitSeb authored Aug 27, 2021
2 parents c04aeec + d153456 commit 3da5f56
Show file tree
Hide file tree
Showing 468 changed files with 9,369 additions and 4,067 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ endif()

# If BOX86_ROOT contains a ".c", the build breaks...
string(REPLACE ".c" "_private.h" MODROOT ${BOX86_ROOT})
set(WRAPPEDS_HEAD "")
set(WRAPPEDS_HEAD "${BOX86_ROOT}/src/wrapped/wrappedd3dadapter9_genvate.h")
foreach(A ${WRAPPEDS})
string(REPLACE ".c" "_private.h" C ${A})
string(REPLACE "${MODROOT}" "${BOX86_ROOT}" B ${C})
Expand Down
Loading

0 comments on commit 3da5f56

Please sign in to comment.