Skip to content

Commit

Permalink
updated oc.dylib
Browse files Browse the repository at this point in the history
  • Loading branch information
awolven committed Nov 17, 2019
1 parent ec19ff5 commit 3afde2d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified lib/MacOSX/debug/oc.dylib
Binary file not shown.
4 changes: 2 additions & 2 deletions lib/foreign-libraries.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"TKFillet"
"TKIGES"
;; "TKV3d"
;;"oc"
"oc"
))

#+darwin
Expand Down Expand Up @@ -105,4 +105,4 @@

(load-oc-libraries)

(cffi:load-foreign-library "C:/Users/awolven/Documents/Visual Studio 2015/Projects/oc/x64/Debug/oc.dll")
;;(cffi:load-foreign-library "C:/Users/awolven/Documents/Visual Studio 2015/Projects/oc/x64/Debug/oc.dll")
Binary file removed oc.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion util/build
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

gcc -I ../opencascade-7.1.0/inc/ -undefined dynamic_lookup -dynamic -fpic oc.cxx -std=c++11 -o oc.dylib
gcc -I ~/opencascade-7.1.0/inc/ -undefined dynamic_lookup -dynamic -fpic ~/oc/src/oc_wrap.cxx -std=c++11 -o oc.dylib

0 comments on commit 3afde2d

Please sign in to comment.